#570904

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

Shades of Red Oxide #570904

Tints of Red Oxide #570904

Color information

#570904 (or 0x570904) is unknown color: approx Red Oxide. HEX triplet: 57, 09 and 04. RGB value is (87,9,4). Sum of RGB (Red+Green+Blue) = 87+9+4=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #570904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570904 is #A8F6FB. Grayscale: #1F1F1F. Windows color (decimal): -11073276 or 264535. OLE color: 264535.

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

Color convert

RGB8794-
CMYK00.900.950.66
HSL3.61º91.21%17.84%-
HSV(B)3.61º95.4%34.12%-
XYZ4.052.230.33-
YUV31.75112.34167.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 87%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 4 (1.95% from 255) = 4%
R=87%
G=9%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal879400.900.950.663.6191.2117.84
Hex579405A5F4245b12
Octal1271140132137102413322
Binary101011110011000101101010111111000010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570904; }

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

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

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

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

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

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

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

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