#560A1B

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

Shades of Bordeaux #560A1B

Tints of Bordeaux #560A1B

Color information

#560A1B (or 0x560A1B) is unknown color: approx Bordeaux. HEX triplet: 56, 0A and 1B. RGB value is (86,10,27). Sum of RGB (Red+Green+Blue) = 86+10+27=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A1B is #A9F5E4. Grayscale: #222222. Windows color (decimal): -11138533 or 1772118. OLE color: 1772118.

HSL color Cylindrical-coordinate representation of color #560A1B: hue angle of 346.58º 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 #560A1B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB861027-
CMYK00.880.690.66
HSL346.58º79.17%18.82%-
HSV(B)346.58º88.37%33.73%-
XYZ4.142.271.26-
YUV34.66123.68164.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=69.92%
G=8.13%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86102700.880.690.66346.5879.1718.82
Hex56A1B058454215b4f13
Octal1261233013010510253311723
Binary10101101010110110101100010001011000010101011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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