#5F1411

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

Shades of Red Oxide #5F1411

Tints of Red Oxide #5F1411

Color information

#5F1411 (or 0x5F1411) is unknown color: approx Red Oxide. HEX triplet: 5F, 14 and 11. RGB value is (95,20,17). Sum of RGB (Red+Green+Blue) = 95+20+17=132 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.97% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1411 is #A0EBEE. Grayscale: #2A2A2A. Windows color (decimal): -10546159 or 1119327. OLE color: 1119327.

HSL color Cylindrical-coordinate representation of color #5F1411: hue angle of 2.31º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1411 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB952017-
CMYK00.790.820.63
HSL2.31º69.64%21.96%-
HSV(B)2.31º82.11%37.25%-
XYZ5.072.970.84-
YUV42.08113.85165.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 71.97%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=71.97%
G=15.15%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95201700.790.820.632.3169.6421.96
Hex5F141104F523F24616
Octal1372421011712277210626
Binary1011111101001000101001111101001011111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,20,17); }

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

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

 a { background-color: rgb(95,20,17); }

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

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

 span { border-color: rgb(95,20,17); }

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