#560720

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

Shades of Bordeaux #560720

Tints of Bordeaux #560720

Color information

#560720 (or 0x560720) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 20. RGB value is (86,7,32). Sum of RGB (Red+Green+Blue) = 86+7+32=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560720 is #A9F8DF. Grayscale: #212121. Windows color (decimal): -11139296 or 2099030. OLE color: 2099030.

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

Color convert

RGB86732-
CMYK00.920.630.66
HSL341.01º84.95%18.24%-
HSV(B)341.01º91.86%33.73%-
XYZ4.172.231.58-
YUV33.47127.17165.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=68.8%
G=5.6%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8673200.920.630.66341.0184.9518.24
Hex5672005C3F421555512
Octal12674001347710252512522
Binary1010110111100000010111001111111000010101010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560720; }

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

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

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

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

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

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

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

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