#560311

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

Shades of Bordeaux #560311

Tints of Bordeaux #560311

Color information

#560311 (or 0x560311) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 11. RGB value is (86,3,17). Sum of RGB (Red+Green+Blue) = 86+3+17=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #560311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560311 is #A9FCEE. Grayscale: #1D1D1D. Windows color (decimal): -11140335 or 1114966. OLE color: 1114966.

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

Color convert

RGB86317-
CMYK00.970.800.66
HSL349.88º93.26%17.45%-
HSV(B)349.88º96.51%33.73%-
XYZ3.972.080.72-
YUV29.41121168.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=81.13%
G=2.83%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8631700.970.800.66349.8893.2617.45
Hex56311061504215e5d11
Octal126321014112010253613521
Binary101011011100010110000110100001000010101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560311; }

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

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

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

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

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

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

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

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