#571711

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

Shades of Red Oxide #571711

Tints of Red Oxide #571711

Color information

#571711 (or 0x571711) is unknown color: approx Red Oxide. HEX triplet: 57, 17 and 11. RGB value is (87,23,17). Sum of RGB (Red+Green+Blue) = 87+23+17=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571711 is #A8E8EE. Grayscale: #292929. Windows color (decimal): -11069679 or 1120087. OLE color: 1120087.

HSL color Cylindrical-coordinate representation of color #571711: hue angle of 5.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571711 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB872317-
CMYK00.740.800.66
HSL5.14º67.31%20.39%-
HSV(B)5.14º80.46%34.12%-
XYZ4.342.680.82-
YUV41.45114.2160.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=68.50%
G=18.11%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87231700.740.800.665.1467.3120.39
Hex57171104A504254314
Octal12727210112120102510324
Binary101011110111100010100101010100001000010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571711; }

 p { color: rgb(87,23,17); }

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

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

 a { background-color: rgb(87,23,17); }

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

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

 span { border-color: rgb(87,23,17); }

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