#541D25

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

Shades of Bordeaux #541D25

Tints of Bordeaux #541D25

Color information

#541D25 (or 0x541D25) is unknown color: approx Bordeaux. HEX triplet: 54, 1D and 25. RGB value is (84,29,37). Sum of RGB (Red+Green+Blue) = 84+29+37=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D25 is #ABE2DA. Grayscale: #2E2E2E. Windows color (decimal): -11264731 or 2432340. OLE color: 2432340.

HSL color Cylindrical-coordinate representation of color #541D25: hue angle of 351.27º 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 #541D25 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB842937-
CMYK00.650.560.67
HSL351.27º48.67%22.16%-
HSV(B)351.27º65.48%32.94%-
XYZ4.432.92.08-
YUV46.36122.72154.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=56%
G=19.33%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84293700.650.560.67351.2748.6722.16
Hex541D25041384315f3116
Octal12435450101701035376126
Binary10101001110110010101000001111000100001110101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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