#541F28

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

Shades of Bordeaux #541F28

Tints of Bordeaux #541F28

Color information

#541F28 (or 0x541F28) is unknown color: approx Bordeaux. HEX triplet: 54, 1F and 28. RGB value is (84,31,40). Sum of RGB (Red+Green+Blue) = 84+31+40=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F28 is #ABE0D7. Grayscale: #2F2F2F. Windows color (decimal): -11264216 or 2629460. OLE color: 2629460.

HSL color Cylindrical-coordinate representation of color #541F28: hue angle of 349.81º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F28 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB843140-
CMYK00.630.520.67
HSL349.81º46.09%22.55%-
HSV(B)349.81º63.1%32.94%-
XYZ4.533.022.35-
YUV47.87123.56153.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=54.19%
G=20%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84314000.630.520.67349.8146.0922.55
Hex541F2803F344315e2e17
Octal1243750077641035365627
Binary1010100111111010000111111110100100001110101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541F28; }

 p { color: rgb(84,31,40); }

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

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

 a { background-color: rgb(84,31,40); }

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

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

 span { border-color: rgb(84,31,40); }

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