#560E20

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

Shades of Bordeaux #560E20

Tints of Bordeaux #560E20

Color information

#560E20 (or 0x560E20) is unknown color: approx Bordeaux. HEX triplet: 56, 0E and 20. RGB value is (86,14,32). Sum of RGB (Red+Green+Blue) = 86+14+32=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #560E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E20 is #A9F1DF. Grayscale: #252525. Windows color (decimal): -11137504 or 2100822. OLE color: 2100822.

HSL color Cylindrical-coordinate representation of color #560E20: hue angle of 345º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E20 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB861432-
CMYK00.840.630.66
HSL345º72%19.61%-
HSV(B)345º83.72%33.73%-
XYZ4.262.41.6-
YUV37.58124.85162.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=65.15%
G=10.61%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86143200.840.630.663457219.61
Hex56E200543F421594814
Octal126164001247710253111024
Binary10101101110100000010101001111111000010101011001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560E20; }

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

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

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

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

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

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

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

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