#560211

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

Shades of Bordeaux #560211

Tints of Bordeaux #560211

Color information

#560211 (or 0x560211) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 11. RGB value is (86,2,17). Sum of RGB (Red+Green+Blue) = 86+2+17=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #560211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560211 is #A9FDEE. Grayscale: #1C1C1C. Windows color (decimal): -11140591 or 1114710. OLE color: 1114710.

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

Color convert

RGB86217-
CMYK00.980.800.66
HSL349.29º95.45%17.25%-
HSV(B)349.29º97.67%33.73%-
XYZ3.962.060.72-
YUV28.83121.33168.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.90%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=81.90%
G=1.90%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621700.980.800.66349.2995.4517.25
Hex56211062504215d5f11
Octal126221014212010253513721
Binary101011010100010110001010100001000010101011101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560211; }

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

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

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

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

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

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

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

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