#560520

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

Shades of Bordeaux #560520

Tints of Bordeaux #560520

Color information

#560520 (or 0x560520) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 20. RGB value is (86,5,32). Sum of RGB (Red+Green+Blue) = 86+5+32=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560520 is #A9FADF. Grayscale: #202020. Windows color (decimal): -11139808 or 2098518. OLE color: 2098518.

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

Color convert

RGB86532-
CMYK00.940.630.66
HSL340º89.01%17.84%-
HSV(B)340º94.19%33.73%-
XYZ4.152.191.57-
YUV32.3127.84166.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=69.92%
G=4.07%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653200.940.630.6634089.0117.84
Hex5652005E3F421545912
Octal12654001367710252413122
Binary1010110101100000010111101111111000010101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560520; }

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

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

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

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

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

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

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

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