#560B10

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

Shades of Bordeaux #560B10

Tints of Bordeaux #560B10

Color information

#560B10 (or 0x560B10) is unknown color: approx Bordeaux. HEX triplet: 56, 0B and 10. RGB value is (86,11,16). Sum of RGB (Red+Green+Blue) = 86+11+16=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B10 is #A9F4EF. Grayscale: #222222. Windows color (decimal): -11138288 or 1051478. OLE color: 1051478.

HSL color Cylindrical-coordinate representation of color #560B10: hue angle of 356º 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 #560B10 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB861116-
CMYK00.870.810.66
HSL356º77.32%19.02%-
HSV(B)356º87.21%33.73%-
XYZ4.052.260.71-
YUV33.99117.85165.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=76.11%
G=9.73%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86111600.870.810.6635677.3219.02
Hex56B1005751421644d13
Octal1261320012712110254411523
Binary10101101011100000101011110100011000010101100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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