#541521

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

Shades of Bordeaux #541521

Tints of Bordeaux #541521

Color information

#541521 (or 0x541521) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 21. RGB value is (84,21,33). Sum of RGB (Red+Green+Blue) = 84+21+33=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541521 is #ABEADE. Grayscale: #292929. Windows color (decimal): -11266783 or 2168148. OLE color: 2168148.

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

Color convert

RGB842133-
CMYK00.750.610.67
HSL348.57º60%20.59%-
HSV(B)348.57º75%32.94%-
XYZ4.22.531.71-
YUV41.2123.37158.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=60.87%
G=15.22%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213300.750.610.67348.576020.59
Hex54152104B3D4315d3c15
Octal12425410113751035357425
Binary10101001010110000101001011111101100001110101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541521; }

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

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

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

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

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

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

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

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