#560115

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

Shades of Bordeaux #560115

Tints of Bordeaux #560115

Color information

#560115 (or 0x560115) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 15. RGB value is (86,1,21). Sum of RGB (Red+Green+Blue) = 86+1+21=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560115 is #A9FEEA. Grayscale: #1C1C1C. Windows color (decimal): -11140843 or 1376598. OLE color: 1376598.

HSL color Cylindrical-coordinate representation of color #560115: hue angle of 345.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560115 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB86121-
CMYK00.990.760.66
HSL345.88º97.7%17.06%-
HSV(B)345.88º98.84%33.73%-
XYZ3.982.050.9-
YUV28.7123.66168.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 79.63%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=79.63%
G=0.93%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612100.990.760.66345.8897.717.06
Hex561150634C4215a6211
Octal126125014311410253214221
Binary10101101101010110001110011001000010101011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560115; }

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

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

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

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

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

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

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

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