#560219

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

Shades of Bordeaux #560219

Tints of Bordeaux #560219

Color information

#560219 (or 0x560219) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 19. RGB value is (86,2,25). Sum of RGB (Red+Green+Blue) = 86+2+25=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560219 is #A9FDE6. Grayscale: #1D1D1D. Windows color (decimal): -11140583 or 1638998. OLE color: 1638998.

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

Color convert

RGB86225-
CMYK00.980.710.66
HSL343.57º95.45%17.25%-
HSV(B)343.57º97.67%33.73%-
XYZ4.032.091.11-
YUV29.74125.33168.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=76.11%
G=1.77%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622500.980.710.66343.5795.4517.25
Hex5621906247421585f11
Octal126231014210710253013721
Binary101011010110010110001010001111000010101011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560219; }

 p { color: rgb(86,2,25); }

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

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

 a { background-color: rgb(86,2,25); }

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

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

 span { border-color: rgb(86,2,25); }

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