#571206

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

Shades of Red Oxide #571206

Tints of Red Oxide #571206

Color information

#571206 (or 0x571206) is unknown color: approx Red Oxide. HEX triplet: 57, 12 and 06. RGB value is (87,18,6). Sum of RGB (Red+Green+Blue) = 87+18+6=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #571206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571206 is #A8EDF9. Grayscale: #252525. Windows color (decimal): -11070970 or 397911. OLE color: 397911.

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

Color convert

RGB87186-
CMYK00.790.930.66
HSL8.89º87.1%18.24%-
HSV(B)8.89º93.1%34.12%-
XYZ4.182.470.43-
YUV37.26110.36163.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=78.38%
G=16.22%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718600.790.930.668.8987.118.24
Hex5712604F5D4295712
Octal12722601171351021112722
Binary10101111001011001001111101110110000101001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571206; }

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

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

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

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

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

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

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

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