#5F0A04

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

Shades of Red Oxide #5F0A04

Tints of Red Oxide #5F0A04

Color information

#5F0A04 (or 0x5F0A04) is unknown color: approx Red Oxide. HEX triplet: 5F, 0A and 04. RGB value is (95,10,4). Sum of RGB (Red+Green+Blue) = 95+10+4=109 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.16% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0A04 is #A0F5FB. Grayscale: #222222. Windows color (decimal): -10548732 or 264799. OLE color: 264799.

HSL color Cylindrical-coordinate representation of color #5F0A04: hue angle of 3.96º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0A04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB95104-
CMYK00.890.960.63
HSL3.96º91.92%19.41%-
HSV(B)3.96º95.79%37.25%-
XYZ4.852.660.37-
YUV34.73110.66170.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 87.16%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=87.16%
G=9.17%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9510400.890.960.633.9691.9219.41
Hex5FA4059603F45c13
Octal137124013114077413423
Binary10111111010100010110011100000111111100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,10,4); }

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

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

 a { background-color: rgb(95,10,4); }

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

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

 span { border-color: rgb(95,10,4); }

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