#5F130E

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

Shades of Red Oxide #5F130E

Tints of Red Oxide #5F130E

Color information

#5F130E (or 0x5F130E) is unknown color: approx Red Oxide. HEX triplet: 5F, 13 and 0E. RGB value is (95,19,14). Sum of RGB (Red+Green+Blue) = 95+19+14=128 (16% of max value = 765). Red value is 95 (37.5% from 255 or 74.22% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 95 - color contains mainly: red. Hex color #5F130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F130E is #A0ECF1. Grayscale: #292929. Windows color (decimal): -10546418 or 922463. OLE color: 922463.

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

Color convert

RGB951914-
CMYK00.800.850.63
HSL3.7º74.31%21.37%-
HSV(B)3.7º85.26%37.25%-
XYZ5.032.930.72-
YUV41.15112.68166.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 74.22%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=74.22%
G=14.84%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95191400.800.850.633.774.3121.37
Hex5F13E050553F44a15
Octal1372316012012577411225
Binary1011111100111110010100001010101111111100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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