#540921

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

Shades of Bordeaux #540921

Tints of Bordeaux #540921

Color information

#540921 (or 0x540921) is unknown color: approx Bordeaux. HEX triplet: 54, 09 and 21. RGB value is (84,9,33). Sum of RGB (Red+Green+Blue) = 84+9+33=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #540921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540921 is #ABF6DE. Grayscale: #222222. Windows color (decimal): -11269855 or 2165076. OLE color: 2165076.

HSL color Cylindrical-coordinate representation of color #540921: hue angle of 340.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540921 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB84933-
CMYK00.890.610.67
HSL340.8º80.65%18.24%-
HSV(B)340.8º89.29%32.94%-
XYZ4.032.191.65-
YUV34.16127.35163.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=66.67%
G=7.14%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8493300.890.610.67340.880.6518.24
Hex549210593D431555112
Octal124114101317510352512122
Binary10101001001100001010110011111011000011101010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540921; }

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

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

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

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

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

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

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

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