#571D16

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

Shades of Red Oxide #571D16

Tints of Red Oxide #571D16

Color information

#571D16 (or 0x571D16) is unknown color: approx Red Oxide. HEX triplet: 57, 1D and 16. RGB value is (87,29,22). Sum of RGB (Red+Green+Blue) = 87+29+22=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D16 is #A8E2E9. Grayscale: #2D2D2D. Windows color (decimal): -11068138 or 1449303. OLE color: 1449303.

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

Color convert

RGB872922-
CMYK00.670.750.66
HSL6.46º59.63%21.37%-
HSV(B)6.46º74.71%34.12%-
XYZ4.512.961.09-
YUV45.54114.72157.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=63.04%
G=21.01%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87292200.670.750.666.4659.6321.37
Hex571D160434B4263c15
Octal1273526010311310267425
Binary10101111110110110010000111001011100001011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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