#9e000a

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

Shades of Sangria #9E000A

Tints of Sangria #9E000A

Color information

#9E000A (or 0x9E000A) is unknown color: approx Sangria. HEX triplet: 9E, 00 and 0A. RGB value is (158,0,10). Sum of RGB (Red+Green+Blue) = 158+0+10=168 (22% of max value = 765). Red value is 158 (62.11% from 255 or 94.05% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 158 - color contains mainly: red. Hex color #9E000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E000A is #61FFF5. Grayscale: #303030. Windows color (decimal): -6422518 or 655518. OLE color: 655518.

HSL color Cylindrical-coordinate representation of color #9E000A: hue angle of 356.2º 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 #9E000A is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB158010-
CMYK010.940.38
HSL356.2º100%30.98%-
HSV(B)356.2º100%61.96%-
XYZ14.167.290.95-
YUV48.38106.35206.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 94.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=94.05%
G=0%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158010010.940.38356.210030.98
Hex9E0A0645E26164641f
Octal23601201441364654414437
Binary1001111001010011001001011110100110101100100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e000a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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