#570F06

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

Shades of Red Oxide #570F06

Tints of Red Oxide #570F06

Color information

#570F06 (or 0x570F06) is unknown color: approx Red Oxide. HEX triplet: 57, 0F and 06. RGB value is (87,15,6). Sum of RGB (Red+Green+Blue) = 87+15+6=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570F06 is #A8F0F9. Grayscale: #232323. Windows color (decimal): -11071738 or 397143. OLE color: 397143.

HSL color Cylindrical-coordinate representation of color #570F06: hue angle of 6.67º 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 #570F06 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87156-
CMYK00.830.930.66
HSL6.67º87.1%18.24%-
HSV(B)6.67º93.1%34.12%-
XYZ4.132.380.41-
YUV35.5111.35164.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=80.56%
G=13.89%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8715600.830.930.666.6787.118.24
Hex57F60535D4275712
Octal1271760123135102712722
Binary101011111111100101001110111011000010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570F06; }

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

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

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

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

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

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

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

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