#541327

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

Shades of Bordeaux #541327

Tints of Bordeaux #541327

Color information

#541327 (or 0x541327) is unknown color: approx Bordeaux. HEX triplet: 54, 13 and 27. RGB value is (84,19,39). Sum of RGB (Red+Green+Blue) = 84+19+39=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541327 is #ABECD8. Grayscale: #282828. Windows color (decimal): -11267289 or 2560852. OLE color: 2560852.

HSL color Cylindrical-coordinate representation of color #541327: hue angle of 341.54º 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 #541327 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB841939-
CMYK00.770.540.67
HSL341.54º63.11%20.2%-
HSV(B)341.54º77.38%32.94%-
XYZ4.262.52.18-
YUV40.71127.03158.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=59.15%
G=13.38%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84193900.770.540.67341.5463.1120.2
Hex54132704D36431563f14
Octal12423470115661035267724
Binary10101001001110011101001101110110100001110101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541327; }

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

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

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

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

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

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

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

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