#541D32

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

Shades of Black Rose #541D32

Tints of Black Rose #541D32

Color information

#541D32 (or 0x541D32) is unknown color: approx Black Rose. HEX triplet: 54, 1D and 32. RGB value is (84,29,50). Sum of RGB (Red+Green+Blue) = 84+29+50=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #541D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D32 is #ABE2CD. Grayscale: #2F2F2F. Windows color (decimal): -11264718 or 3284308. OLE color: 3284308.

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

Color convert

RGB842950-
CMYK00.650.400.67
HSL337.09º48.67%22.16%-
HSV(B)337.09º65.48%32.94%-
XYZ4.672.993.35-
YUV47.84129.22153.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=51.53%
G=17.79%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84295000.650.400.67337.0948.6722.16
Hex541D3204128431513116
Octal12435620101501035216126
Binary10101001110111001001000001101000100001110101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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