#541221

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

Shades of Bordeaux #541221

Tints of Bordeaux #541221

Color information

#541221 (or 0x541221) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 21. RGB value is (84,18,33). Sum of RGB (Red+Green+Blue) = 84+18+33=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541221 is #ABEDDE. Grayscale: #272727. Windows color (decimal): -11267551 or 2167380. OLE color: 2167380.

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

Color convert

RGB841833-
CMYK00.790.610.67
HSL346.36º64.71%20%-
HSV(B)346.36º78.57%32.94%-
XYZ4.152.431.69-
YUV39.44124.37159.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=62.22%
G=13.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84183300.790.610.67346.3664.7120
Hex54122104F3D4315a4114
Octal124224101177510353210124
Binary101010010010100001010011111111011000011101011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541221; }

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

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

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

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

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

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

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

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