#571B18

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

Shades of Red Oxide #571B18

Tints of Red Oxide #571B18

Color information

#571B18 (or 0x571B18) is unknown color: approx Red Oxide. HEX triplet: 57, 1B and 18. RGB value is (87,27,24). Sum of RGB (Red+Green+Blue) = 87+27+24=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B18 is #A8E4E7. Grayscale: #2C2C2C. Windows color (decimal): -11068648 or 1579863. OLE color: 1579863.

HSL color Cylindrical-coordinate representation of color #571B18: hue angle of 2.86º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571B18 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB872724-
CMYK00.690.720.66
HSL2.86º56.76%21.76%-
HSV(B)2.86º72.41%34.12%-
XYZ4.492.881.18-
YUV44.6116.38158.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=63.04%
G=19.57%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87272400.690.720.662.8656.7621.76
Hex571B18045484233916
Octal1273330010511010237126
Binary1010111110111100001000101100100010000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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