#9e0e0f

Color #9E0E0F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #9E0E0F

Tints of Sangria #9E0E0F

Color information

#9E0E0F (or 0x9E0E0F) is unknown color: approx Sangria. HEX triplet: 9E, 0E and 0F. RGB value is (158,14,15). Sum of RGB (Red+Green+Blue) = 158+14+15=187 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.49% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0E0F is #61F1F0. Grayscale: #393939. Windows color (decimal): -6418929 or 986782. OLE color: 986782.

HSL color Cylindrical-coordinate representation of color #9E0E0F: hue angle of 359.58º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E0F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1581415-
CMYK00.910.910.38
HSL359.58º83.72%33.73%-
HSV(B)359.58º91.14%61.96%-
XYZ14.347.621.17-
YUV57.17104.21199.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 84.49%
GREEN value IS 14 (5.86% from 255) = 7.49%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=84.49%
G=7.49%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158141500.910.910.38359.5883.7233.73
Hex9EEF05B5B261685422
Octal236161701331334655012442
Binary10011110111011110101101110110111001101011010001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e0e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9e0e0f; }

 p { color: rgb(158,14,15); }

 H1.HeaderClassName
 {
   color: #9e0e0f;
 }
 .AnyTagClassName
 {
   color: #9e0e0f;
 }
</style>
background-color css

<style>
 a { background-color: #9e0e0f; }

 a { background-color: rgb(158,14,15); }

 div.DivClassName
 {
   background-color: #9e0e0f;
 }
 .BgClassName
 {
   background-color: #9e0e0f;
 }
</style>
border-color css

<style>
 span { border-color: #9e0e0f; }

 span { border-color: rgb(158,14,15); }

 td.TdClassName
 {
   border-color: #9e0e0f;
 }
 .TagClassName
 {
   border-color: #9e0e0f;
 }
</style>