#540821

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

Shades of Bordeaux #540821

Tints of Bordeaux #540821

Color information

#540821 (or 0x540821) is unknown color: approx Bordeaux. HEX triplet: 54, 08 and 21. RGB value is (84,8,33). Sum of RGB (Red+Green+Blue) = 84+8+33=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #540821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540821 is #ABF7DE. Grayscale: #212121. Windows color (decimal): -11270111 or 2164820. OLE color: 2164820.

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

Color convert

RGB84833-
CMYK00.900.610.67
HSL340.26º82.61%18.04%-
HSV(B)340.26º90.48%32.94%-
XYZ4.022.171.65-
YUV33.57127.68163.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=67.2%
G=6.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8483300.900.610.67340.2682.6118.04
Hex5482105A3D431545312
Octal124104101327510352412322
Binary10101001000100001010110101111011000011101010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540821; }

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

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

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

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

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

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

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

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