#541118

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

Shades of Bordeaux #541118

Tints of Bordeaux #541118

Color information

#541118 (or 0x541118) is unknown color: approx Bordeaux. HEX triplet: 54, 11 and 18. RGB value is (84,17,24). Sum of RGB (Red+Green+Blue) = 84+17+24=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541118 is #ABEEE7. Grayscale: #252525. Windows color (decimal): -11267816 or 1577300. OLE color: 1577300.

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

Color convert

RGB841724-
CMYK00.800.710.67
HSL353.73º66.34%19.8%-
HSV(B)353.73º79.76%32.94%-
XYZ4.022.351.11-
YUV37.83120.2160.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=67.2%
G=13.6%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84172400.800.710.67353.7366.3419.8
Hex54111805047431624214
Octal1242130012010710354210224
Binary101010010001110000101000010001111000011101100010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541118; }

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

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

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

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

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

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

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

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