#5F1815

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

Shades of Red Oxide #5F1815

Tints of Red Oxide #5F1815

Color information

#5F1815 (or 0x5F1815) is unknown color: approx Red Oxide. HEX triplet: 5F, 18 and 15. RGB value is (95,24,21). Sum of RGB (Red+Green+Blue) = 95+24+21=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1815 is #A0E7EA. Grayscale: #2C2C2C. Windows color (decimal): -10545131 or 1382495. OLE color: 1382495.

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

Color convert

RGB952421-
CMYK00.750.780.63
HSL2.43º63.79%22.75%-
HSV(B)2.43º77.89%37.25%-
XYZ5.183.141.04-
YUV44.89114.52163.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 67.86%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 21 (8.59% from 255) = 15%
R=67.86%
G=17.14%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95242100.750.780.632.4363.7922.75
Hex5F181504B4E3F24017
Octal1373025011311677210027
Binary1011111110001010101001011100111011111110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,24,21); }

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

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

 a { background-color: rgb(95,24,21); }

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

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

 span { border-color: rgb(95,24,21); }

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