#560216

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

Shades of Bordeaux #560216

Tints of Bordeaux #560216

Color information

#560216 (or 0x560216) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 16. RGB value is (86,2,22). Sum of RGB (Red+Green+Blue) = 86+2+22=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560216 is #A9FDE9. Grayscale: #1D1D1D. Windows color (decimal): -11140586 or 1442390. OLE color: 1442390.

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

Color convert

RGB86222-
CMYK00.980.740.66
HSL345.71º95.45%17.25%-
HSV(B)345.71º97.67%33.73%-
XYZ42.080.95-
YUV29.4123.83168.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 22 (8.98% from 255) = 20%
R=78.18%
G=1.82%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622200.980.740.66345.7195.4517.25
Hex562160624A4215a5f11
Octal126226014211210253213721
Binary101011010101100110001010010101000010101011010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560216; }

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

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

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

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

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

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

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

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