#9E0104

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

Shades of Sangria #9E0104

Tints of Sangria #9E0104

Color information

#9E0104 (or 0x9E0104) is unknown color: approx Sangria. HEX triplet: 9E, 01 and 04. RGB value is (158,1,4). Sum of RGB (Red+Green+Blue) = 158+1+4=163 (21% of max value = 765). Red value is 158 (62.11% from 255 or 96.93% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0104 is #61FEFB. Grayscale: #303030. Windows color (decimal): -6422268 or 262558. OLE color: 262558.

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

Color convert

RGB15814-
CMYK00.990.970.38
HSL358.85º98.74%31.18%-
HSV(B)358.85º99.37%61.96%-
XYZ14.137.30.78-
YUV48.28103.01206.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 96.93%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=96.93%
G=0.61%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581400.990.970.38358.8598.7431.18
Hex9E140636126167631f
Octal2361401431414654714337
Binary100111101100011000111100001100110101100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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