#541D28

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

Shades of Bordeaux #541D28

Tints of Bordeaux #541D28

Color information

#541D28 (or 0x541D28) is unknown color: approx Bordeaux. HEX triplet: 54, 1D and 28. RGB value is (84,29,40). Sum of RGB (Red+Green+Blue) = 84+29+40=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #541D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D28 is #ABE2D7. Grayscale: #2E2E2E. Windows color (decimal): -11264728 or 2628948. OLE color: 2628948.

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

Color convert

RGB842940-
CMYK00.650.520.67
HSL348º48.67%22.16%-
HSV(B)348º65.48%32.94%-
XYZ4.482.922.33-
YUV46.7124.22154.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=54.90%
G=18.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84294000.650.520.6734848.6722.16
Hex541D28041344315c3116
Octal12435500101641035346126
Binary10101001110110100001000001110100100001110101110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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