#561018

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

Shades of Bordeaux #561018

Tints of Bordeaux #561018

Color information

#561018 (or 0x561018) is unknown color: approx Bordeaux. HEX triplet: 56, 10 and 18. RGB value is (86,16,24). Sum of RGB (Red+Green+Blue) = 86+16+24=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561018 is #A9EFE7. Grayscale: #252525. Windows color (decimal): -11137000 or 1577046. OLE color: 1577046.

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

Color convert

RGB861624-
CMYK00.810.720.66
HSL353.14º68.63%20%-
HSV(B)353.14º81.4%33.73%-
XYZ4.192.411.11-
YUV37.84120.19162.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=68.25%
G=12.70%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86162400.810.720.66353.1468.6320
Hex56101805148421614514
Octal1262030012111010254110524
Binary101011010000110000101000110010001000010101100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561018; }

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

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

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

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

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

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

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

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