#541928

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

Shades of Bordeaux #541928

Tints of Bordeaux #541928

Color information

#541928 (or 0x541928) is unknown color: approx Bordeaux. HEX triplet: 54, 19 and 28. RGB value is (84,25,40). Sum of RGB (Red+Green+Blue) = 84+25+40=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #541928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541928 is #ABE6D7. Grayscale: #2C2C2C. Windows color (decimal): -11265752 or 2627924. OLE color: 2627924.

HSL color Cylindrical-coordinate representation of color #541928: hue angle of 344.75º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541928 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB842540-
CMYK00.700.520.67
HSL344.75º54.13%21.37%-
HSV(B)344.75º70.24%32.94%-
XYZ4.392.732.3-
YUV44.35125.55156.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=56.38%
G=16.78%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84254000.700.520.67344.7554.1321.37
Hex54192804634431593615
Octal12431500106641035316625
Binary10101001100110100001000110110100100001110101100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541928; }

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

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

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

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

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

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

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

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