#541527

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

Shades of Bordeaux #541527

Tints of Bordeaux #541527

Color information

#541527 (or 0x541527) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 27. RGB value is (84,21,39). Sum of RGB (Red+Green+Blue) = 84+21+39=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #541527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541527 is #ABEAD8. Grayscale: #292929. Windows color (decimal): -11266777 or 2561364. OLE color: 2561364.

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

Color convert

RGB842139-
CMYK00.750.540.67
HSL342.86º60%20.59%-
HSV(B)342.86º75%32.94%-
XYZ4.292.572.19-
YUV41.89126.37158.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=58.33%
G=14.58%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213900.750.540.67342.866020.59
Hex54152704B36431573c15
Octal12425470113661035277425
Binary10101001010110011101001011110110100001110101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541527; }

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

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

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

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

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

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

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

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