#571810

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

Shades of Red Oxide #571810

Tints of Red Oxide #571810

Color information

#571810 (or 0x571810) is unknown color: approx Red Oxide. HEX triplet: 57, 18 and 10. RGB value is (87,24,16). Sum of RGB (Red+Green+Blue) = 87+24+16=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571810 is #A8E7EF. Grayscale: #2A2A2A. Windows color (decimal): -11069424 or 1054807. OLE color: 1054807.

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

Color convert

RGB872416-
CMYK00.720.820.66
HSL6.76º68.93%20.2%-
HSV(B)6.76º81.61%34.12%-
XYZ4.352.720.79-
YUV41.92113.37160.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=68.50%
G=18.90%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87241600.720.820.666.7668.9320.2
Hex571810048524274514
Octal12730200110122102710524
Binary101011111000100000100100010100101000010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571810; }

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

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

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

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

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

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

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

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