#560517

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

Shades of Bordeaux #560517

Tints of Bordeaux #560517

Color information

#560517 (or 0x560517) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 17. RGB value is (86,5,23). Sum of RGB (Red+Green+Blue) = 86+5+23=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #560517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560517 is #A9FAE8. Grayscale: #1F1F1F. Windows color (decimal): -11139817 or 1508694. OLE color: 1508694.

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

Color convert

RGB86523-
CMYK00.940.730.66
HSL346.67º89.01%17.84%-
HSV(B)346.67º94.19%33.73%-
XYZ4.052.151.01-
YUV31.27123.34167.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 75.44%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=75.44%
G=4.39%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8652300.940.730.66346.6789.0117.84
Hex5651705E494215b5912
Octal126527013611110253313122
Binary1010110101101110101111010010011000010101011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560517; }

 p { color: rgb(86,5,23); }

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

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

 a { background-color: rgb(86,5,23); }

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

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

 span { border-color: rgb(86,5,23); }

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