#571204

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

Shades of Red Oxide #571204

Tints of Red Oxide #571204

Color information

#571204 (or 0x571204) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 04. RGB value is (87,18,4). Sum of RGB (Red+Green+Blue) = 87+18+4=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #571204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571204 is #A8EDFB. Grayscale: #252525. Windows color (decimal): -11070972 or 266839. OLE color: 266839.

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

Color convert

RGB87184-
CMYK00.790.950.66
HSL10.12º91.21%17.84%-
HSV(B)10.12º95.4%34.12%-
XYZ4.172.470.37-
YUV37.03109.36163.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=79.82%
G=16.51%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718400.790.950.6610.1291.2117.84
Hex5712404F5F42a5b12
Octal12722401171371021213322
Binary10101111001010001001111101111110000101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571204; }

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

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

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

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

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

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

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

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