#570D08

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

Shades of Red Oxide #570D08

Tints of Red Oxide #570D08

Color information

#570D08 (or 0x570D08) is unknown color: approx Red Oxide. HEX triplet: 57, 0D and 08. RGB value is (87,13,8). Sum of RGB (Red+Green+Blue) = 87+13+8=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D08 is #A8F2F7. Grayscale: #222222. Windows color (decimal): -11072248 or 527703. OLE color: 527703.

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

Color convert

RGB87138-
CMYK00.850.910.66
HSL3.8º83.16%18.63%-
HSV(B)3.8º90.8%34.12%-
XYZ4.122.330.46-
YUV34.56113.02165.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 80.56%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=80.56%
G=12.04%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713800.850.910.663.883.1618.63
Hex57D80555B4245313
Octal12715100125133102412323
Binary1010111110110000101010110110111000010100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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