#571916

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

Shades of Red Oxide #571916

Tints of Red Oxide #571916

Color information

#571916 (or 0x571916) is unknown color: approx Red Oxide. HEX triplet: 57, 19 and 16. RGB value is (87,25,22). Sum of RGB (Red+Green+Blue) = 87+25+22=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #571916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571916 is #A8E6E9. Grayscale: #2B2B2B. Windows color (decimal): -11069162 or 1448279. OLE color: 1448279.

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

Color convert

RGB872522-
CMYK00.710.750.66
HSL2.77º59.63%21.37%-
HSV(B)2.77º74.71%34.12%-
XYZ4.422.781.06-
YUV43.2116.04159.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 64.93%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=64.93%
G=18.66%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87252200.710.750.662.7759.6321.37
Hex5719160474B4233c15
Octal1273126010711310237425
Binary1010111110011011001000111100101110000101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571916; }

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

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

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

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

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

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

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

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