#560513

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

Shades of Bordeaux #560513

Tints of Bordeaux #560513

Color information

#560513 (or 0x560513) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 13. RGB value is (86,5,19). Sum of RGB (Red+Green+Blue) = 86+5+19=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560513 is #A9FAEC. Grayscale: #1E1E1E. Windows color (decimal): -11139821 or 1246550. OLE color: 1246550.

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

Color convert

RGB86519-
CMYK00.940.780.66
HSL349.63º89.01%17.84%-
HSV(B)349.63º94.19%33.73%-
XYZ4.012.130.82-
YUV30.82121.34167.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=78.18%
G=4.55%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8651900.940.780.66349.6389.0117.84
Hex5651305E4E4215e5912
Octal126523013611610253613122
Binary1010110101100110101111010011101000010101011110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560513; }

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

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

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

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

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

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

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

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