#560410

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

Shades of Bordeaux #560410

Tints of Bordeaux #560410

Color information

#560410 (or 0x560410) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 10. RGB value is (86,4,16). Sum of RGB (Red+Green+Blue) = 86+4+16=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #560410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560410 is #A9FBEF. Grayscale: #1D1D1D. Windows color (decimal): -11140080 or 1049686. OLE color: 1049686.

HSL color Cylindrical-coordinate representation of color #560410: hue angle of 351.22º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560410 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB86416-
CMYK00.950.810.66
HSL351.22º91.11%17.65%-
HSV(B)351.22º95.35%33.73%-
XYZ3.972.10.69-
YUV29.89120.17168.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=81.13%
G=3.77%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8641600.950.810.66351.2291.1117.65
Hex5641005F514215f5b12
Octal126420013712110253713322
Binary1010110100100000101111110100011000010101011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560410; }

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

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

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

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

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

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

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

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