#540118

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

Shades of Bordeaux #540118

Tints of Bordeaux #540118

Color information

#540118 (or 0x540118) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 18. RGB value is (84,1,24). Sum of RGB (Red+Green+Blue) = 84+1+24=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540118 is #ABFEE7. Grayscale: #1C1C1C. Windows color (decimal): -11271912 or 1573204. OLE color: 1573204.

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

Color convert

RGB84124-
CMYK00.990.710.67
HSL343.37º97.65%16.67%-
HSV(B)343.37º98.81%32.94%-
XYZ3.831.971.04-
YUV28.44125.5167.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.06%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=77.06%
G=0.92%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8412400.990.710.67343.3797.6516.67
Hex5411806347431576211
Octal124130014310710352714221
Binary10101001110000110001110001111000011101010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540118; }

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

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

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

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

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

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

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

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