#571404

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

Shades of Red Oxide #571404

Tints of Red Oxide #571404

Color information

#571404 (or 0x571404) is unknown color: approx Red Oxide. HEX triplet: 57, 14 and 04. RGB value is (87,20,4). Sum of RGB (Red+Green+Blue) = 87+20+4=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #571404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571404 is #A8EBFB. Grayscale: #262626. Windows color (decimal): -11070460 or 267351. OLE color: 267351.

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

Color convert

RGB87204-
CMYK00.770.950.66
HSL11.57º91.21%17.84%-
HSV(B)11.57º95.4%34.12%-
XYZ4.22.540.38-
YUV38.21108.7162.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 78.38%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=78.38%
G=18.02%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8720400.770.950.6611.5791.2117.84
Hex5714404D5F42c5b12
Octal12724401151371021413322
Binary10101111010010001001101101111110000101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571404; }

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

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

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

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

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

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

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

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