#560B11

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

Shades of Bordeaux #560B11

Tints of Bordeaux #560B11

Color information

#560B11 (or 0x560B11) is unknown color: approx Bordeaux. HEX triplet: 56, 0B and 11. RGB value is (86,11,17). Sum of RGB (Red+Green+Blue) = 86+11+17=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #560B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B11 is #A9F4EE. Grayscale: #222222. Windows color (decimal): -11138287 or 1117014. OLE color: 1117014.

HSL color Cylindrical-coordinate representation of color #560B11: hue angle of 355.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B11 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB861117-
CMYK00.870.800.66
HSL355.2º77.32%19.02%-
HSV(B)355.2º87.21%33.73%-
XYZ4.062.260.75-
YUV34.11118.35165.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 75.44%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=75.44%
G=9.65%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86111700.870.800.66355.277.3219.02
Hex56B1105750421634d13
Octal1261321012712010254311523
Binary10101101011100010101011110100001000010101100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560B11; }

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

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

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

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

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

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

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

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