#560314

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

Shades of Bordeaux #560314

Tints of Bordeaux #560314

Color information

#560314 (or 0x560314) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 14. RGB value is (86,3,20). Sum of RGB (Red+Green+Blue) = 86+3+20=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560314 is #A9FCEB. Grayscale: #1D1D1D. Windows color (decimal): -11140332 or 1311574. OLE color: 1311574.

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

Color convert

RGB86320-
CMYK00.970.770.66
HSL347.71º93.26%17.45%-
HSV(B)347.71º96.51%33.73%-
XYZ42.090.86-
YUV29.76122.5168.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.90%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=78.90%
G=2.75%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632000.970.770.66347.7193.2617.45
Hex563140614D4215c5d11
Octal126324014111510253413521
Binary101011011101000110000110011011000010101011100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560314; }

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

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

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

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

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

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

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

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