#560711

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

Shades of Bordeaux #560711

Tints of Bordeaux #560711

Color information

#560711 (or 0x560711) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 11. RGB value is (86,7,17). Sum of RGB (Red+Green+Blue) = 86+7+17=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560711 is #A9F8EE. Grayscale: #1F1F1F. Windows color (decimal): -11139311 or 1115990. OLE color: 1115990.

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

Color convert

RGB86717-
CMYK00.920.800.66
HSL352.41º84.95%18.24%-
HSV(B)352.41º91.86%33.73%-
XYZ4.012.170.74-
YUV31.76119.67166.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=78.18%
G=6.36%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671700.920.800.66352.4184.9518.24
Hex5671105C50421605512
Octal126721013412010254012522
Binary1010110111100010101110010100001000010101100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560711; }

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

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

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

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

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

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

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

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