#5F1E11

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

Shades of Red Oxide #5F1E11

Tints of Red Oxide #5F1E11

Color information

#5F1E11 (or 0x5F1E11) is unknown color: approx Red Oxide. HEX triplet: 5F, 1E and 11. RGB value is (95,30,17). Sum of RGB (Red+Green+Blue) = 95+30+17=142 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.90% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F1E11 is #A0E1EE. Grayscale: #303030. Windows color (decimal): -10543599 or 1121887. OLE color: 1121887.

HSL color Cylindrical-coordinate representation of color #5F1E11: hue angle of 10º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1E11 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB953017-
CMYK00.680.820.63
HSL10º69.64%21.96%-
HSV(B)10º82.11%37.25%-
XYZ5.283.40.91-
YUV47.95110.53161.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 66.90%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=66.90%
G=21.13%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95301700.680.820.631069.6421.96
Hex5F1E11044523Fa4616
Octal13736210104122771210626
Binary101111111110100010100010010100101111111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,30,17); }

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

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

 a { background-color: rgb(95,30,17); }

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

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

 span { border-color: rgb(95,30,17); }

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