#541320

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

Shades of Bordeaux #541320

Tints of Bordeaux #541320

Color information

#541320 (or 0x541320) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 20. RGB value is (84,19,32). Sum of RGB (Red+Green+Blue) = 84+19+32=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541320 is #ABECDF. Grayscale: #272727. Windows color (decimal): -11267296 or 2102100. OLE color: 2102100.

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

Color convert

RGB841932-
CMYK00.770.620.67
HSL348º63.11%20.2%-
HSV(B)348º77.38%32.94%-
XYZ4.152.451.62-
YUV39.92123.53159.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=62.22%
G=14.07%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84193200.770.620.6734863.1120.2
Hex54132004D3E4315c3f14
Octal12423400115761035347724
Binary10101001001110000001001101111110100001110101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541320; }

 p { color: rgb(84,19,32); }

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

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

 a { background-color: rgb(84,19,32); }

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

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

 span { border-color: rgb(84,19,32); }

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