#9e0a0b

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

Shades of Sangria #9E0A0B

Tints of Sangria #9E0A0B

Color information

#9E0A0B (or 0x9E0A0B) is unknown color: approx Sangria. HEX triplet: 9E, 0A and 0B. RGB value is (158,10,11). Sum of RGB (Red+Green+Blue) = 158+10+11=179 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.27% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0A0B is #61F5F4. Grayscale: #363636. Windows color (decimal): -6419957 or 723614. OLE color: 723614.

HSL color Cylindrical-coordinate representation of color #9E0A0B: hue angle of 359.59º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A0B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1581011-
CMYK00.940.930.38
HSL359.59º88.1%32.94%-
HSV(B)359.59º93.67%61.96%-
XYZ14.277.511.01-
YUV54.37103.53201.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 88.27%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=88.27%
G=5.59%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158101100.940.930.38359.5988.132.94
Hex9EAB05E5D261685821
Octal236121301361354655013041
Binary10011110101010110101111010111011001101011010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e0a0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,10,11); }

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

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

 a { background-color: rgb(158,10,11); }

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

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

 span { border-color: rgb(158,10,11); }

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