#571B16

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

Shades of Red Oxide #571B16

Tints of Red Oxide #571B16

Color information

#571B16 (or 0x571B16) is unknown color: approx Red Oxide. HEX triplet: 57, 1B and 16. RGB value is (87,27,22). Sum of RGB (Red+Green+Blue) = 87+27+22=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B16 is #A8E4E9. Grayscale: #2C2C2C. Windows color (decimal): -11068650 or 1448791. OLE color: 1448791.

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

Color convert

RGB872722-
CMYK00.690.750.66
HSL4.62º59.63%21.37%-
HSV(B)4.62º74.71%34.12%-
XYZ4.472.871.08-
YUV44.37115.38158.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=63.97%
G=19.85%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87272200.690.750.664.6259.6321.37
Hex571B160454B4253c15
Octal1273326010511310257425
Binary10101111101110110010001011001011100001010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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