#560710

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

Shades of Bordeaux #560710

Tints of Bordeaux #560710

Color information

#560710 (or 0x560710) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 10. RGB value is (86,7,16). Sum of RGB (Red+Green+Blue) = 86+7+16=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560710 is #A9F8EF. Grayscale: #1F1F1F. Windows color (decimal): -11139312 or 1050454. OLE color: 1050454.

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

Color convert

RGB86716-
CMYK00.920.810.66
HSL353.16º84.95%18.24%-
HSV(B)353.16º91.86%33.73%-
XYZ4.012.170.7-
YUV31.65119.17166.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.90%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=78.90%
G=6.42%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671600.920.810.66353.1684.9518.24
Hex5671005C51421615512
Octal126720013412110254112522
Binary1010110111100000101110010100011000010101100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560710; }

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

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

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

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

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

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

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

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