#9E0508

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

Shades of Sangria #9E0508

Tints of Sangria #9E0508

Color information

#9E0508 (or 0x9E0508) is unknown color: approx Sangria. HEX triplet: 9E, 05 and 08. RGB value is (158,5,8). Sum of RGB (Red+Green+Blue) = 158+5+8=171 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.40% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0508 is #61FAF7. Grayscale: #333333. Windows color (decimal): -6421240 or 525726. OLE color: 525726.

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

Color convert

RGB15858-
CMYK00.970.950.38
HSL358.82º93.87%31.96%-
HSV(B)358.82º96.84%61.96%-
XYZ14.27.40.91-
YUV51.09103.69204.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 92.40%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=92.40%
G=2.92%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585800.970.950.38358.8293.8731.96
Hex9E580615F261675e20
Octal23651001411374654713640
Binary1001111010110000110000110111111001101011001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,8); }

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

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

 a { background-color: rgb(158,5,8); }

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

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

 span { border-color: rgb(158,5,8); }

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