#560214

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

Shades of Bordeaux #560214

Tints of Bordeaux #560214

Color information

#560214 (or 0x560214) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 14. RGB value is (86,2,20). Sum of RGB (Red+Green+Blue) = 86+2+20=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560214 is #A9FDEB. Grayscale: #1D1D1D. Windows color (decimal): -11140588 or 1311318. OLE color: 1311318.

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

Color convert

RGB86220-
CMYK00.980.770.66
HSL347.14º95.45%17.25%-
HSV(B)347.14º97.67%33.73%-
XYZ3.992.070.85-
YUV29.17122.83168.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 79.63%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=79.63%
G=1.85%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622000.980.770.66347.1495.4517.25
Hex562140624D4215b5f11
Octal126224014211510253313721
Binary101011010101000110001010011011000010101011011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560214; }

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

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

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

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

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

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

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

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