#571C16

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

Shades of Red Oxide #571C16

Tints of Red Oxide #571C16

Color information

#571C16 (or 0x571C16) is unknown color: approx Red Oxide. HEX triplet: 57, 1C and 16. RGB value is (87,28,22). Sum of RGB (Red+Green+Blue) = 87+28+22=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C16 is #A8E3E9. Grayscale: #2D2D2D. Windows color (decimal): -11068394 or 1449047. OLE color: 1449047.

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

Color convert

RGB872822-
CMYK00.680.750.66
HSL5.54º59.63%21.37%-
HSV(B)5.54º74.71%34.12%-
XYZ4.492.911.08-
YUV44.96115.05157.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=63.50%
G=20.44%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87282200.680.750.665.5459.6321.37
Hex571C160444B4263c15
Octal1273426010411310267425
Binary10101111110010110010001001001011100001011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571C16; }

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

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

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

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

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

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

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

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