#5F1208

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

Shades of Red Oxide #5F1208

Tints of Red Oxide #5F1208

Color information

#5F1208 (or 0x5F1208) is unknown color: approx Red Oxide. HEX triplet: 5F, 12 and 08. RGB value is (95,18,8). Sum of RGB (Red+Green+Blue) = 95+18+8=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1208 is #A0EDF7. Grayscale: #282828. Windows color (decimal): -10546680 or 528991. OLE color: 528991.

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

Color convert

RGB95188-
CMYK00.810.920.63
HSL6.9º84.47%20.2%-
HSV(B)6.9º91.58%37.25%-
XYZ4.982.880.52-
YUV39.88110.01167.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 78.51%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=78.51%
G=14.88%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9518800.810.920.636.984.4720.2
Hex5F1280515C3F75414
Octal1372210012113477712424
Binary1011111100101000010100011011100111111111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,8); }

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

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

 a { background-color: rgb(95,18,8); }

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

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

 span { border-color: rgb(95,18,8); }

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