#561118

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

Shades of Bordeaux #561118

Tints of Bordeaux #561118

Color information

#561118 (or 0x561118) is unknown color: approx Bordeaux. HEX triplet: 56, 11 and 18. RGB value is (86,17,24). Sum of RGB (Red+Green+Blue) = 86+17+24=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561118 is #A9EEE7. Grayscale: #262626. Windows color (decimal): -11136744 or 1577302. OLE color: 1577302.

HSL color Cylindrical-coordinate representation of color #561118: hue angle of 353.91º 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 #561118 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB861724-
CMYK00.800.720.66
HSL353.91º66.99%20.2%-
HSV(B)353.91º80.23%33.73%-
XYZ4.22.451.11-
YUV38.43119.86161.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.72%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=67.72%
G=13.39%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86172400.800.720.66353.9166.9920.2
Hex56111805048421624314
Octal1262130012011010254210324
Binary101011010001110000101000010010001000010101100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561118; }

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

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

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

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

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

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

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

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