#561117

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

Shades of Bordeaux #561117

Tints of Bordeaux #561117

Color information

#561117 (or 0x561117) is unknown color: approx Bordeaux. HEX triplet: 56, 11 and 17. RGB value is (86,17,23). Sum of RGB (Red+Green+Blue) = 86+17+23=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561117 is #A9EEE8. Grayscale: #262626. Windows color (decimal): -11136745 or 1511766. OLE color: 1511766.

HSL color Cylindrical-coordinate representation of color #561117: hue angle of 354.78º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561117 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB861723-
CMYK00.800.730.66
HSL354.78º66.99%20.2%-
HSV(B)354.78º80.23%33.73%-
XYZ4.192.441.06-
YUV38.32119.36162.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=68.25%
G=13.49%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86172300.800.730.66354.7866.9920.2
Hex56111705049421634314
Octal1262127012011110254310324
Binary101011010001101110101000010010011000010101100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561117; }

 p { color: rgb(86,17,23); }

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

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

 a { background-color: rgb(86,17,23); }

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

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

 span { border-color: rgb(86,17,23); }

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