#540421

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

Shades of Bordeaux #540421

Tints of Bordeaux #540421

Color information

#540421 (or 0x540421) is unknown color: approx Bordeaux. HEX triplet: 54, 04 and 21. RGB value is (84,4,33). Sum of RGB (Red+Green+Blue) = 84+4+33=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #540421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540421 is #ABFBDE. Grayscale: #1F1F1F. Windows color (decimal): -11271135 or 2163796. OLE color: 2163796.

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

Color convert

RGB84433-
CMYK00.950.610.67
HSL338.25º90.91%17.25%-
HSV(B)338.25º95.24%32.94%-
XYZ3.972.081.63-
YUV31.23129165.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=69.42%
G=3.31%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8443300.950.610.67338.2590.9117.25
Hex5442105F3D431525b11
Octal12444101377510352213321
Binary1010100100100001010111111111011000011101010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540421; }

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

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

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

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

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

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

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

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