#560614

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

Shades of Bordeaux #560614

Tints of Bordeaux #560614

Color information

#560614 (or 0x560614) is unknown color: approx Bordeaux. HEX triplet: 56, 06 and 14. RGB value is (86,6,20). Sum of RGB (Red+Green+Blue) = 86+6+20=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560614 is #A9F9EB. Grayscale: #1F1F1F. Windows color (decimal): -11139564 or 1312342. OLE color: 1312342.

HSL color Cylindrical-coordinate representation of color #560614: hue angle of 349.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560614 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB86620-
CMYK00.930.770.66
HSL349.5º86.96%18.04%-
HSV(B)349.5º93.02%33.73%-
XYZ4.032.160.87-
YUV31.52121.5166.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=76.79%
G=5.36%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8662000.930.770.66349.586.9618.04
Hex5661405D4D4215e5712
Octal126624013511510253612722
Binary1010110110101000101110110011011000010101011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560614; }

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

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

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

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

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

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

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

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