#540020

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

Shades of Bordeaux #540020

Tints of Bordeaux #540020

Color information

#540020 (or 0x540020) is unknown color: approx Bordeaux. HEX triplet: 54, 00 and 20. RGB value is (84,0,32). Sum of RGB (Red+Green+Blue) = 84+0+32=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540020 is #ABFFDF. Grayscale: #1C1C1C. Windows color (decimal): -11272160 or 2097236. OLE color: 2097236.

HSL color Cylindrical-coordinate representation of color #540020: hue angle of 337.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540020 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB84032-
CMYK010.620.67
HSL337.14º100%16.47%-
HSV(B)337.14º100%32.94%-
XYZ3.921.991.54-
YUV28.76129.83167.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=72.41%
G=0%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84032010.620.67337.1410016.47
Hex540200643E431516410
Octal12404001447610352114420
Binary10101000100000011001001111101000011101010001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540020; }

 p { color: rgb(84,0,32); }

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

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

 a { background-color: rgb(84,0,32); }

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

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

 span { border-color: rgb(84,0,32); }

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