#560714

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

Shades of Bordeaux #560714

Tints of Bordeaux #560714

Color information

#560714 (or 0x560714) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 14. RGB value is (86,7,20). Sum of RGB (Red+Green+Blue) = 86+7+20=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560714 is #A9F8EB. Grayscale: #202020. Windows color (decimal): -11139308 or 1312598. OLE color: 1312598.

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

Color convert

RGB86720-
CMYK00.920.770.66
HSL350.13º84.95%18.24%-
HSV(B)350.13º91.86%33.73%-
XYZ4.042.180.87-
YUV32.1121.17166.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 7 (3.12% from 255) = 6.19%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=76.11%
G=6.19%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672000.920.770.66350.1384.9518.24
Hex5671405C4D4215e5512
Octal126724013411510253612522
Binary1010110111101000101110010011011000010101011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560714; }

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

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

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

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

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

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

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

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