#540D21

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

Shades of Bordeaux #540D21

Tints of Bordeaux #540D21

Color information

#540D21 (or 0x540D21) is unknown color: approx Bordeaux. HEX triplet: 54, 0D and 21. RGB value is (84,13,33). Sum of RGB (Red+Green+Blue) = 84+13+33=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #540D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D21 is #ABF2DE. Grayscale: #242424. Windows color (decimal): -11268831 or 2166100. OLE color: 2166100.

HSL color Cylindrical-coordinate representation of color #540D21: hue angle of 343.1º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D21 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB841333-
CMYK00.850.610.67
HSL343.1º73.2%19.02%-
HSV(B)343.1º84.52%32.94%-
XYZ4.072.281.66-
YUV36.51126.02161.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=64.62%
G=10%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84133300.850.610.67343.173.219.02
Hex54D210553D431574913
Octal124154101257510352711123
Binary10101001101100001010101011111011000011101010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540D21; }

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

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

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

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

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

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

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

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