#5E1909

Color #5E1909 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5E1909

Tints of Red Oxide #5E1909

Color information

#5E1909 (or 0x5E1909) is unknown color: approx Red Oxide. HEX triplet: 5E, 19 and 09. RGB value is (94,25,9). Sum of RGB (Red+Green+Blue) = 94+25+9=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E1909 is #A1E6F6. Grayscale: #2B2B2B. Windows color (decimal): -10610423 or 596318. OLE color: 596318.

HSL color Cylindrical-coordinate representation of color #5E1909: hue angle of 11.29º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E1909 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.63.

Color convert

RGB94259-
CMYK00.730.900.63
HSL11.29º82.52%20.2%-
HSV(B)11.29º90.43%36.86%-
XYZ5.013.090.59-
YUV43.81108.36163.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 73.44%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=73.44%
G=19.53%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9425900.730.900.6311.2982.5220.2
Hex5E1990495A3Fb5314
Octal13631110111132771312324
Binary10111101100110010100100110110101111111011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1909; }

 p { color: rgb(94,25,9); }

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

<style>
 a { background-color: #5E1909; }

 a { background-color: rgb(94,25,9); }

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

<style>
 span { border-color: #5E1909; }

 span { border-color: rgb(94,25,9); }

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