#571110

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

Shades of Red Oxide #571110

Tints of Red Oxide #571110

Color information

#571110 (or 0x571110) is unknown color: approx Red Oxide. HEX triplet: 57, 11 and 10. RGB value is (87,17,16). Sum of RGB (Red+Green+Blue) = 87+17+16=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571110 is #A8EEEF. Grayscale: #252525. Windows color (decimal): -11071216 or 1053015. OLE color: 1053015.

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

Color convert

RGB871716-
CMYK00.800.820.66
HSL0.85º68.93%20.2%-
HSV(B)0.85º81.61%34.12%-
XYZ4.222.460.74-
YUV37.82115.69163.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=72.5%
G=14.17%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87171600.800.820.660.8568.9320.2
Hex571110050524214514
Octal12721200120122102110524
Binary1010111100011000001010000101001010000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571110; }

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

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

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

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

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

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

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

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