#5F1813

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

Shades of Red Oxide #5F1813

Tints of Red Oxide #5F1813

Color information

#5F1813 (or 0x5F1813) is unknown color: approx Red Oxide. HEX triplet: 5F, 18 and 13. RGB value is (95,24,19). Sum of RGB (Red+Green+Blue) = 95+24+19=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1813 is #A0E7EC. Grayscale: #2C2C2C. Windows color (decimal): -10545133 or 1251423. OLE color: 1251423.

HSL color Cylindrical-coordinate representation of color #5F1813: hue angle of 3.95º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F1813 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB952419-
CMYK00.750.800.63
HSL3.95º66.67%22.35%-
HSV(B)3.95º80%37.25%-
XYZ5.163.130.95-
YUV44.66113.52163.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 68.84%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=68.84%
G=17.39%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95241900.750.800.633.9566.6722.35
Hex5F181304B503F44316
Octal1373023011312077410326
Binary10111111100010011010010111010000111111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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