#560A1A

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

Shades of Bordeaux #560A1A

Tints of Bordeaux #560A1A

Color information

#560A1A (or 0x560A1A) is unknown color: approx Bordeaux. HEX triplet: 56, 0A and 1A. RGB value is (86,10,26). Sum of RGB (Red+Green+Blue) = 86+10+26=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A1A is #A9F5E5. Grayscale: #222222. Windows color (decimal): -11138534 or 1706582. OLE color: 1706582.

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

Color convert

RGB861026-
CMYK00.880.700.66
HSL347.37º79.17%18.82%-
HSV(B)347.37º88.37%33.73%-
XYZ4.132.271.2-
YUV34.55123.18164.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 10 (4.30% from 255) = 8.20%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=70.49%
G=8.20%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86102600.880.700.66347.3779.1718.82
Hex56A1A058464215b4f13
Octal1261232013010610253311723
Binary10101101010110100101100010001101000010101011011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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