#571616

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

Shades of Red Oxide #571616

Tints of Red Oxide #571616

Color information

#571616 (or 0x571616) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 16. RGB value is (87,22,22). Sum of RGB (Red+Green+Blue) = 87+22+22=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571616 is #A8E9E9. Grayscale: #292929. Windows color (decimal): -11069930 or 1447511. OLE color: 1447511.

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

Color convert

RGB872222-
CMYK00.750.750.66
HSL59.63%21.37%-
HSV(B)74.71%34.12%-
XYZ4.362.661.04-
YUV41.44117.03160.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=66.41%
G=16.79%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87222200.750.750.66059.6321.37
Hex57161604B4B4203c15
Octal1272626011311310207425
Binary101011110110101100100101110010111000010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571616; }

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

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

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

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

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

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

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

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