#560321

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

Shades of Bordeaux #560321

Tints of Bordeaux #560321

Color information

#560321 (or 0x560321) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 21. RGB value is (86,3,33). Sum of RGB (Red+Green+Blue) = 86+3+33=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560321 is #A9FCDE. Grayscale: #1F1F1F. Windows color (decimal): -11140319 or 2163542. OLE color: 2163542.

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

Color convert

RGB86333-
CMYK00.970.620.66
HSL338.31º93.26%17.45%-
HSV(B)338.31º96.51%33.73%-
XYZ4.142.151.64-
YUV31.24129167.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=70.49%
G=2.46%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8633300.970.620.66338.3193.2617.45
Hex563210613E421525d11
Octal12634101417610252213521
Binary101011011100001011000011111101000010101010010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560321; }

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

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

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

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

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

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

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

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