#9E0006

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

Shades of Sangria #9E0006

Tints of Sangria #9E0006

Color information

#9E0006 (or 0x9E0006) is unknown color: approx Sangria. HEX triplet: 9E, 00 and 06. RGB value is (158,0,6). Sum of RGB (Red+Green+Blue) = 158+0+6=164 (21% of max value = 765). Red value is 158 (62.11% from 255 or 96.34% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0006 is #61FFF9. Grayscale: #303030. Windows color (decimal): -6422522 or 393374. OLE color: 393374.

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

Color convert

RGB15806-
CMYK010.960.38
HSL357.72º100%30.98%-
HSV(B)357.72º100%61.96%-
XYZ14.137.280.83-
YUV47.93104.35206.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 96.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=96.34%
G=0%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15806010.960.38357.7210030.98
Hex9E060646026166641f
Octal2360601441404654614437
Binary100111100110011001001100000100110101100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,0,6); }

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

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

 a { background-color: rgb(158,0,6); }

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

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

 span { border-color: rgb(158,0,6); }

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