#560A1D

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

Shades of Bordeaux #560A1D

Tints of Bordeaux #560A1D

Color information

#560A1D (or 0x560A1D) is unknown color: approx Bordeaux. HEX triplet: 56, 0A and 1D. RGB value is (86,10,29). Sum of RGB (Red+Green+Blue) = 86+10+29=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A1D is #A9F5E2. Grayscale: #222222. Windows color (decimal): -11138531 or 1903190. OLE color: 1903190.

HSL color Cylindrical-coordinate representation of color #560A1D: hue angle of 345º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A1D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB861029-
CMYK00.880.660.66
HSL345º79.17%18.82%-
HSV(B)345º88.37%33.73%-
XYZ4.172.281.38-
YUV34.89124.68164.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=68.8%
G=8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86102900.880.660.6634579.1718.82
Hex56A1D05842421594f13
Octal1261235013010210253111723
Binary10101101010111010101100010000101000010101011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560A1D; }

 p { color: rgb(86,10,29); }

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

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

 a { background-color: rgb(86,10,29); }

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

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

 span { border-color: rgb(86,10,29); }

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