#540218

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

Shades of Bordeaux #540218

Tints of Bordeaux #540218

Color information

#540218 (or 0x540218) is unknown color: approx Bordeaux. HEX triplet: 54, 02 and 18. RGB value is (84,2,24). Sum of RGB (Red+Green+Blue) = 84+2+24=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540218 is #ABFDE7. Grayscale: #1D1D1D. Windows color (decimal): -11271656 or 1573460. OLE color: 1573460.

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

Color convert

RGB84224-
CMYK00.980.710.67
HSL343.9º95.35%16.86%-
HSV(B)343.9º97.62%32.94%-
XYZ3.841.991.05-
YUV29.03125.17167.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 76.36%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=76.36%
G=1.82%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8422400.980.710.67343.995.3516.86
Hex5421806247431585f11
Octal124230014210710353013721
Binary101010010110000110001010001111000011101011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540218; }

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

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

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

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

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

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

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

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