#571210

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

Shades of Red Oxide #571210

Tints of Red Oxide #571210

Color information

#571210 (or 0x571210) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 10. RGB value is (87,18,16). Sum of RGB (Red+Green+Blue) = 87+18+16=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #571210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571210 is #A8EDEF. Grayscale: #262626. Windows color (decimal): -11070960 or 1053271. OLE color: 1053271.

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

Color convert

RGB871816-
CMYK00.790.820.66
HSL1.69º68.93%20.2%-
HSV(B)1.69º81.61%34.12%-
XYZ4.242.50.75-
YUV38.4115.36162.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=71.90%
G=14.88%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87181600.790.820.661.6968.9320.2
Hex57121004F524224514
Octal12722200117122102210524
Binary10101111001010000010011111010010100001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571210; }

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

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

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

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

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

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

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

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