#560414

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

Shades of Bordeaux #560414

Tints of Bordeaux #560414

Color information

#560414 (or 0x560414) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 14. RGB value is (86,4,20). Sum of RGB (Red+Green+Blue) = 86+4+20=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560414 is #A9FBEB. Grayscale: #1E1E1E. Windows color (decimal): -11140076 or 1311830. OLE color: 1311830.

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

Color convert

RGB86420-
CMYK00.950.770.66
HSL348.29º91.11%17.65%-
HSV(B)348.29º95.35%33.73%-
XYZ4.012.120.86-
YUV30.34122.17167.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=78.18%
G=3.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8642000.950.770.66348.2991.1117.65
Hex5641405F4D4215c5b12
Octal126424013711510253413322
Binary1010110100101000101111110011011000010101011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560414; }

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

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

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

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

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

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

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

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