#9E0102

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

Shades of Sangria #9E0102

Tints of Sangria #9E0102

Color information

#9E0102 (or 0x9E0102) is unknown color: approx Sangria. HEX triplet: 9E, 01 and 02. RGB value is (158,1,2). Sum of RGB (Red+Green+Blue) = 158+1+2=161 (21% of max value = 765). Red value is 158 (62.11% from 255 or 98.14% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0102 is #61FEFD. Grayscale: #303030. Windows color (decimal): -6422270 or 131486. OLE color: 131486.

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

Color convert

RGB15812-
CMYK00.990.990.38
HSL359.62º98.74%31.18%-
HSV(B)359.62º99.37%61.96%-
XYZ14.127.30.72-
YUV48.06102.01206.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 98.14%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=98.14%
G=0.62%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581200.990.990.38359.6298.7431.18
Hex9E120636326168631f
Octal2361201431434655014337
Binary10011110110011000111100011100110101101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,1,2); }

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

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

 a { background-color: rgb(158,1,2); }

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

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

 span { border-color: rgb(158,1,2); }

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