#560315

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

Shades of Bordeaux #560315

Tints of Bordeaux #560315

Color information

#560315 (or 0x560315) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 15. RGB value is (86,3,21). Sum of RGB (Red+Green+Blue) = 86+3+21=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560315 is #A9FCEA. Grayscale: #1D1D1D. Windows color (decimal): -11140331 or 1377110. OLE color: 1377110.

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

Color convert

RGB86321-
CMYK00.970.760.66
HSL346.99º93.26%17.45%-
HSV(B)346.99º96.51%33.73%-
XYZ4.012.10.9-
YUV29.87123168.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=78.18%
G=2.73%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632100.970.760.66346.9993.2617.45
Hex563150614C4215b5d11
Octal126325014111410253313521
Binary101011011101010110000110011001000010101011011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560315; }

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

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

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

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

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

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

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

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