#541218

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

Shades of Bordeaux #541218

Tints of Bordeaux #541218

Color information

#541218 (or 0x541218) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 18. RGB value is (84,18,24). Sum of RGB (Red+Green+Blue) = 84+18+24=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541218 is #ABEDE7. Grayscale: #262626. Windows color (decimal): -11267560 or 1577556. OLE color: 1577556.

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

Color convert

RGB841824-
CMYK00.790.710.67
HSL354.55º64.71%20%-
HSV(B)354.55º78.57%32.94%-
XYZ4.042.381.11-
YUV38.42119.87160.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=66.67%
G=14.29%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84182400.790.710.67354.5564.7120
Hex54121804F47431634114
Octal1242230011710710354310124
Binary101010010010110000100111110001111000011101100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541218; }

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

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

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

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

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

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

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

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