#571710

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

Shades of Red Oxide #571710

Tints of Red Oxide #571710

Color information

#571710 (or 0x571710) is unknown color: approx Red Oxide. HEX triplet: 57, 17 and 10. RGB value is (87,23,16). Sum of RGB (Red+Green+Blue) = 87+23+16=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571710 is #A8E8EF. Grayscale: #292929. Windows color (decimal): -11069680 or 1054551. OLE color: 1054551.

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

Color convert

RGB872316-
CMYK00.740.820.66
HSL5.92º68.93%20.2%-
HSV(B)5.92º81.61%34.12%-
XYZ4.332.680.78-
YUV41.34113.7160.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=69.05%
G=18.25%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87231600.740.820.665.9268.9320.2
Hex57171004A524264514
Octal12727200112122102610524
Binary101011110111100000100101010100101000010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571710; }

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

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

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

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

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

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

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

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