#571610

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

Shades of Red Oxide #571610

Tints of Red Oxide #571610

Color information

#571610 (or 0x571610) is unknown color: approx Red Oxide. HEX triplet: 57, 16 and 10. RGB value is (87,22,16). Sum of RGB (Red+Green+Blue) = 87+22+16=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571610 is #A8E9EF. Grayscale: #282828. Windows color (decimal): -11069936 or 1054295. OLE color: 1054295.

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

Color convert

RGB872216-
CMYK00.750.820.66
HSL5.07º68.93%20.2%-
HSV(B)5.07º81.61%34.12%-
XYZ4.312.640.77-
YUV40.75114.03160.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=69.6%
G=17.6%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87221600.750.820.665.0768.9320.2
Hex57161004B524254514
Octal12726200113122102510524
Binary101011110110100000100101110100101000010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571610; }

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

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

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

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

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

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

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

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