#570D09

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

Shades of Red Oxide #570D09

Tints of Red Oxide #570D09

Color information

#570D09 (or 0x570D09) is unknown color: approx Red Oxide. HEX triplet: 57, 0D and 09. RGB value is (87,13,9). Sum of RGB (Red+Green+Blue) = 87+13+9=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D09 is #A8F2F6. Grayscale: #222222. Windows color (decimal): -11072247 or 593239. OLE color: 593239.

HSL color Cylindrical-coordinate representation of color #570D09: hue angle of 3.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570D09 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87139-
CMYK00.850.900.66
HSL3.08º81.25%18.82%-
HSV(B)3.08º89.66%34.12%-
XYZ4.122.330.49-
YUV34.67113.52165.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 79.82%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=79.82%
G=11.93%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713900.850.900.663.0881.2518.82
Hex57D90555A4235113
Octal12715110125132102312123
Binary101011111011001010101011011010100001011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,13,9); }

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

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

 a { background-color: rgb(87,13,9); }

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

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

 span { border-color: rgb(87,13,9); }

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