#560910

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

Shades of Bordeaux #560910

Tints of Bordeaux #560910

Color information

#560910 (or 0x560910) is unknown color: approx Bordeaux. HEX triplet: 56, 09 and 10. RGB value is (86,9,16). Sum of RGB (Red+Green+Blue) = 86+9+16=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560910 is #A9F6EF. Grayscale: #202020. Windows color (decimal): -11138800 or 1050966. OLE color: 1050966.

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

Color convert

RGB86916-
CMYK00.900.810.66
HSL354.55º81.05%18.63%-
HSV(B)354.55º89.53%33.73%-
XYZ4.032.210.7-
YUV32.82118.51165.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=77.48%
G=8.11%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8691600.900.810.66354.5581.0518.63
Hex5691005A51421635113
Octal1261120013212110254312123
Binary10101101001100000101101010100011000010101100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560910; }

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

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

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

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

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

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

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

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