#560521

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

Shades of Bordeaux #560521

Tints of Bordeaux #560521

Color information

#560521 (or 0x560521) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 21. RGB value is (86,5,33). Sum of RGB (Red+Green+Blue) = 86+5+33=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560521 is #A9FADE. Grayscale: #202020. Windows color (decimal): -11139807 or 2164054. OLE color: 2164054.

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

Color convert

RGB86533-
CMYK00.940.620.66
HSL339.26º89.01%17.84%-
HSV(B)339.26º94.19%33.73%-
XYZ4.172.21.64-
YUV32.41128.34166.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=69.35%
G=4.03%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653300.940.620.66339.2689.0117.84
Hex5652105E3E421535912
Octal12654101367610252313122
Binary1010110101100001010111101111101000010101010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560521; }

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

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

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

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

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

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

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

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