#571412

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

Shades of Red Oxide #571412

Tints of Red Oxide #571412

Color information

#571412 (or 0x571412) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 12. RGB value is (87,20,18). Sum of RGB (Red+Green+Blue) = 87+20+18=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571412 is #A8EBED. Grayscale: #272727. Windows color (decimal): -11070446 or 1184855. OLE color: 1184855.

HSL color Cylindrical-coordinate representation of color #571412: hue angle of 1.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571412 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB872018-
CMYK00.770.790.66
HSL1.74º65.71%20.59%-
HSV(B)1.74º79.31%34.12%-
XYZ4.292.570.84-
YUV39.8115.7161.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=69.6%
G=16%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87201800.770.790.661.7465.7120.59
Hex57141204D4F4224215
Octal12724220115117102210225
Binary10101111010010010010011011001111100001010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571412; }

 p { color: rgb(87,20,18); }

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

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

 a { background-color: rgb(87,20,18); }

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

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

 span { border-color: rgb(87,20,18); }

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