#560715

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

Shades of Bordeaux #560715

Tints of Bordeaux #560715

Color information

#560715 (or 0x560715) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 15. RGB value is (86,7,21). Sum of RGB (Red+Green+Blue) = 86+7+21=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #560715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560715 is #A9F8EA. Grayscale: #202020. Windows color (decimal): -11139307 or 1378134. OLE color: 1378134.

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

Color convert

RGB86721-
CMYK00.920.760.66
HSL349.37º84.95%18.24%-
HSV(B)349.37º91.86%33.73%-
XYZ4.052.180.92-
YUV32.22121.67166.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 75.44%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=75.44%
G=6.14%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672100.920.760.66349.3784.9518.24
Hex5671505C4C4215d5512
Octal126725013411410253512522
Binary1010110111101010101110010011001000010101011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560715; }

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

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

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

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

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

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

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

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