#560118

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

Shades of Bordeaux #560118

Tints of Bordeaux #560118

Color information

#560118 (or 0x560118) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 18. RGB value is (86,1,24). Sum of RGB (Red+Green+Blue) = 86+1+24=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560118 is #A9FEE7. Grayscale: #1D1D1D. Windows color (decimal): -11140840 or 1573206. OLE color: 1573206.

HSL color Cylindrical-coordinate representation of color #560118: hue angle of 343.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560118 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB86124-
CMYK00.990.720.66
HSL343.76º97.7%17.06%-
HSV(B)343.76º98.84%33.73%-
XYZ4.012.071.05-
YUV29.04125.16168.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=77.48%
G=0.90%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612400.990.720.66343.7697.717.06
Hex5611806348421586211
Octal126130014311010253014221
Binary10101101110000110001110010001000010101011000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560118; }

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

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

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

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

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

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

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

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