#571912

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

Shades of Red Oxide #571912

Tints of Red Oxide #571912

Color information

#571912 (or 0x571912) is unknown color: approx Red Oxide. HEX triplet: 57, 19 and 12. RGB value is (87,25,18). Sum of RGB (Red+Green+Blue) = 87+25+18=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571912 is #A8E6ED. Grayscale: #2A2A2A. Windows color (decimal): -11069166 or 1186135. OLE color: 1186135.

HSL color Cylindrical-coordinate representation of color #571912: hue angle of 6.09º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571912 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB872518-
CMYK00.710.790.66
HSL6.09º65.71%20.59%-
HSV(B)6.09º79.31%34.12%-
XYZ4.392.770.87-
YUV42.74114.04159.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=66.92%
G=19.23%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87251800.710.790.666.0965.7120.59
Hex5719120474F4264215
Octal12731220107117102610225
Binary101011111001100100100011110011111000010110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571912; }

 p { color: rgb(87,25,18); }

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

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

 a { background-color: rgb(87,25,18); }

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

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

 span { border-color: rgb(87,25,18); }

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