#561110

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

Shades of Red Oxide #561110

Tints of Red Oxide #561110

Color information

#561110 (or 0x561110) is unknown color: approx Red Oxide. HEX triplet: 56, 11 and 10. RGB value is (86,17,16). Sum of RGB (Red+Green+Blue) = 86+17+16=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561110 is #A9EEEF. Grayscale: #252525. Windows color (decimal): -11136752 or 1053014. OLE color: 1053014.

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

Color convert

RGB861716-
CMYK00.800.810.66
HSL0.86º68.63%20%-
HSV(B)0.86º81.4%33.73%-
XYZ4.132.420.74-
YUV37.52115.86162.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=72.27%
G=14.29%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86171600.800.810.660.8668.6320
Hex561110050514214514
Octal12621200120121102110524
Binary1010110100011000001010000101000110000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561110; }

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

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

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

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

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

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

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

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