#541921

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

Shades of Bordeaux #541921

Tints of Bordeaux #541921

Color information

#541921 (or 0x541921) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 21. RGB value is (84,25,33). Sum of RGB (Red+Green+Blue) = 84+25+33=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541921 is #ABE6DE. Grayscale: #2B2B2B. Windows color (decimal): -11265759 or 2169172. OLE color: 2169172.

HSL color Cylindrical-coordinate representation of color #541921: hue angle of 351.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541921 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB842533-
CMYK00.700.610.67
HSL351.86º54.13%21.37%-
HSV(B)351.86º70.24%32.94%-
XYZ4.282.691.73-
YUV43.55122.05156.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=59.15%
G=17.61%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84253300.700.610.67351.8654.1321.37
Hex5419210463D431603615
Octal12431410106751035406625
Binary10101001100110000101000110111101100001110110000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541921; }

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

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

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

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

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

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

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

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