#570605

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

Shades of Red Oxide #570605

Tints of Red Oxide #570605

Color information

#570605 (or 0x570605) is unknown color: approx Red Oxide. HEX triplet: 57, 06 and 05. RGB value is (87,6,5). Sum of RGB (Red+Green+Blue) = 87+6+5=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #570605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570605 is #A8F9FA. Grayscale: #1E1E1E. Windows color (decimal): -11074043 or 329303. OLE color: 329303.

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

Color convert

RGB8765-
CMYK00.930.940.66
HSL0.73º89.13%18.04%-
HSV(B)0.73º94.25%34.12%-
XYZ4.022.170.35-
YUV30.1113.84168.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 88.78%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=88.78%
G=6.12%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal876500.930.940.660.7389.1318.04
Hex576505D5E4215912
Octal127650135136102113122
Binary101011111010101011101101111010000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570605; }

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

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

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

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

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

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

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

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