#540121

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

Shades of Bordeaux #540121

Tints of Bordeaux #540121

Color information

#540121 (or 0x540121) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 21. RGB value is (84,1,33). Sum of RGB (Red+Green+Blue) = 84+1+33=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #540121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540121 is #ABFEDE. Grayscale: #1D1D1D. Windows color (decimal): -11271903 or 2163028. OLE color: 2163028.

HSL color Cylindrical-coordinate representation of color #540121: hue angle of 336.87º 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 #540121 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB84133-
CMYK00.990.610.67
HSL336.87º97.65%16.67%-
HSV(B)336.87º98.81%32.94%-
XYZ3.942.021.62-
YUV29.46130166.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=71.19%
G=0.85%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413300.990.610.67336.8797.6516.67
Hex541210633D431516211
Octal12414101437510352114221
Binary10101001100001011000111111011000011101010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540121; }

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

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

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

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

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

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

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

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