#571D18

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

Shades of Red Oxide #571D18

Tints of Red Oxide #571D18

Color information

#571D18 (or 0x571D18) is unknown color: approx Red Oxide. HEX triplet: 57, 1D and 18. RGB value is (87,29,24). Sum of RGB (Red+Green+Blue) = 87+29+24=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D18 is #A8E2E7. Grayscale: #2D2D2D. Windows color (decimal): -11068136 or 1580375. OLE color: 1580375.

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

Color convert

RGB872924-
CMYK00.670.720.66
HSL4.76º56.76%21.76%-
HSV(B)4.76º72.41%34.12%-
XYZ4.532.971.2-
YUV45.77115.72157.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=62.14%
G=20.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87292400.670.720.664.7656.7621.76
Hex571D18043484253916
Octal1273530010311010257126
Binary10101111110111000010000111001000100001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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