#571E18

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

Shades of Red Oxide #571E18

Tints of Red Oxide #571E18

Color information

#571E18 (or 0x571E18) is unknown color: approx Red Oxide. HEX triplet: 57, 1E and 18. RGB value is (87,30,24). Sum of RGB (Red+Green+Blue) = 87+30+24=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E18 is #A8E1E7. Grayscale: #2E2E2E. Windows color (decimal): -11067880 or 1580631. OLE color: 1580631.

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

Color convert

RGB873024-
CMYK00.660.720.66
HSL5.71º56.76%21.76%-
HSV(B)5.71º72.41%34.12%-
XYZ4.563.021.21-
YUV46.36115.38156.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=61.70%
G=21.28%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87302400.660.720.665.7156.7621.76
Hex571E18042484263916
Octal1273630010211010267126
Binary10101111111011000010000101001000100001011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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