#560A10

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

Shades of Bordeaux #560A10

Tints of Bordeaux #560A10

Color information

#560A10 (or 0x560A10) is unknown color: approx Bordeaux. HEX triplet: 56, 0A and 10. RGB value is (86,10,16). Sum of RGB (Red+Green+Blue) = 86+10+16=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A10 is #A9F5EF. Grayscale: #212121. Windows color (decimal): -11138544 or 1051222. OLE color: 1051222.

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

Color convert

RGB861016-
CMYK00.880.810.66
HSL355.26º79.17%18.82%-
HSV(B)355.26º88.37%33.73%-
XYZ4.042.230.71-
YUV33.41118.18165.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=76.79%
G=8.93%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86101600.880.810.66355.2679.1718.82
Hex56A1005851421634f13
Octal1261220013012110254311723
Binary10101101010100000101100010100011000010101100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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