#570806

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

Shades of Red Oxide #570806

Tints of Red Oxide #570806

Color information

#570806 (or 0x570806) is unknown color: approx Red Oxide. HEX triplet: 57, 08 and 06. RGB value is (87,8,6). Sum of RGB (Red+Green+Blue) = 87+8+6=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #570806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570806 is #A8F7F9. Grayscale: #1F1F1F. Windows color (decimal): -11073530 or 395351. OLE color: 395351.

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

Color convert

RGB8786-
CMYK00.910.930.66
HSL1.48º87.1%18.24%-
HSV(B)1.48º93.1%34.12%-
XYZ4.052.210.39-
YUV31.39113.67167.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 86.14%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=86.14%
G=7.92%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878600.910.930.661.4887.118.24
Hex578605B5D4215712
Octal1271060133135102112722
Binary1010111100011001011011101110110000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570806; }

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

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

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

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

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

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

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

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