#5F1917

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

Shades of Red Oxide #5F1917

Tints of Red Oxide #5F1917

Color information

#5F1917 (or 0x5F1917) is unknown color: approx Red Oxide. HEX triplet: 5F, 19 and 17. RGB value is (95,25,23). Sum of RGB (Red+Green+Blue) = 95+25+23=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1917 is #A0E6E8. Grayscale: #2D2D2D. Windows color (decimal): -10544873 or 1513823. OLE color: 1513823.

HSL color Cylindrical-coordinate representation of color #5F1917: hue angle of 1.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F1917 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB952523-
CMYK00.740.760.63
HSL1.67º61.02%23.14%-
HSV(B)1.67º75.79%37.25%-
XYZ5.223.191.15-
YUV45.7115.19163.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 66.43%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 23 (9.38% from 255) = 16.08%
R=66.43%
G=17.48%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95252300.740.760.631.6761.0223.14
Hex5F191704A4C3F23d17
Octal137312701121147727527
Binary101111111001101110100101010011001111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,25,23); }

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

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

 a { background-color: rgb(95,25,23); }

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

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

 span { border-color: rgb(95,25,23); }

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