#560320

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

Shades of Bordeaux #560320

Tints of Bordeaux #560320

Color information

#560320 (or 0x560320) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 20. RGB value is (86,3,32). Sum of RGB (Red+Green+Blue) = 86+3+32=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #560320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560320 is #A9FCDF. Grayscale: #1F1F1F. Windows color (decimal): -11140320 or 2098006. OLE color: 2098006.

HSL color Cylindrical-coordinate representation of color #560320: hue angle of 339.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560320 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB86332-
CMYK00.970.630.66
HSL339.04º93.26%17.45%-
HSV(B)339.04º96.51%33.73%-
XYZ4.132.151.56-
YUV31.12128.5167.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=71.07%
G=2.48%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8633200.970.630.66339.0493.2617.45
Hex563200613F421535d11
Octal12634001417710252313521
Binary101011011100000011000011111111000010101010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560320; }

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

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

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

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

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

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

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

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