#571604

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

Shades of Red Oxide #571604

Tints of Red Oxide #571604

Color information

#571604 (or 0x571604) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 04. RGB value is (87,22,4). Sum of RGB (Red+Green+Blue) = 87+22+4=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571604 is #A8E9FB. Grayscale: #272727. Windows color (decimal): -11069948 or 267863. OLE color: 267863.

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

Color convert

RGB87224-
CMYK00.750.950.66
HSL13.01º91.21%17.84%-
HSV(B)13.01º95.4%34.12%-
XYZ4.242.610.39-
YUV39.38108.03161.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 76.99%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=76.99%
G=19.47%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8722400.750.950.6613.0191.2117.84
Hex5716404B5F42d5b12
Octal12726401131371021513322
Binary10101111011010001001011101111110000101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571604; }

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

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

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

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

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

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

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

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