#541621

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

Shades of Bordeaux #541621

Tints of Bordeaux #541621

Color information

#541621 (or 0x541621) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 21. RGB value is (84,22,33). Sum of RGB (Red+Green+Blue) = 84+22+33=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541621 is #ABE9DE. Grayscale: #292929. Windows color (decimal): -11266527 or 2168404. OLE color: 2168404.

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

Color convert

RGB842233-
CMYK00.740.610.67
HSL349.35º58.49%20.78%-
HSV(B)349.35º73.81%32.94%-
XYZ4.222.571.71-
YUV41.79123.04158.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=60.43%
G=15.83%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84223300.740.610.67349.3558.4920.78
Hex54162104A3D4315d3a15
Octal12426410112751035357225
Binary10101001011010000101001010111101100001110101110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541621; }

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

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

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

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

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

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

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

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