#571E19

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

Shades of Red Oxide #571E19

Tints of Red Oxide #571E19

Color information

#571E19 (or 0x571E19) is unknown color: approx Red Oxide. HEX triplet: 57, 1E and 19. RGB value is (87,30,25). Sum of RGB (Red+Green+Blue) = 87+30+25=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E19 is #A8E1E6. Grayscale: #2E2E2E. Windows color (decimal): -11067879 or 1646167. OLE color: 1646167.

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

Color convert

RGB873025-
CMYK00.660.710.66
HSL4.84º55.36%21.96%-
HSV(B)4.84º71.26%34.12%-
XYZ4.573.021.26-
YUV46.47115.88156.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.27%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=61.27%
G=21.13%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87302500.660.710.664.8455.3621.96
Hex571E19042474253716
Octal1273631010210710256726
Binary10101111111011001010000101000111100001010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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