#541021

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

Shades of Bordeaux #541021

Tints of Bordeaux #541021

Color information

#541021 (or 0x541021) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 21. RGB value is (84,16,33). Sum of RGB (Red+Green+Blue) = 84+16+33=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541021 is #ABEFDE. Grayscale: #262626. Windows color (decimal): -11268063 or 2166868. OLE color: 2166868.

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

Color convert

RGB841633-
CMYK00.810.610.67
HSL345º68%19.61%-
HSV(B)345º80.95%32.94%-
XYZ4.122.371.68-
YUV38.27125.03160.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=63.16%
G=12.03%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84163300.810.610.673456819.61
Hex5410210513D431594414
Octal124204101217510353110424
Binary101010010000100001010100011111011000011101011001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541021; }

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

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

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

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

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

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

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

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