#560116

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

Shades of Bordeaux #560116

Tints of Bordeaux #560116

Color information

#560116 (or 0x560116) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 16. RGB value is (86,1,22). Sum of RGB (Red+Green+Blue) = 86+1+22=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560116 is #A9FEE9. Grayscale: #1C1C1C. Windows color (decimal): -11140842 or 1442134. OLE color: 1442134.

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

Color convert

RGB86122-
CMYK00.990.740.66
HSL345.18º97.7%17.06%-
HSV(B)345.18º98.84%33.73%-
XYZ3.992.060.95-
YUV28.81124.16168.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.90%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=78.90%
G=0.92%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612200.990.740.66345.1897.717.06
Hex561160634A421596211
Octal126126014311210253114221
Binary10101101101100110001110010101000010101011001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560116; }

 p { color: rgb(86,1,22); }

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

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

 a { background-color: rgb(86,1,22); }

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

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

 span { border-color: rgb(86,1,22); }

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