Shades of Black Rose #541D32
Tints of Black Rose #541D32
RGB
CMYK
RGB Variations
Color information
#541D32 (or 0x541D32) is known color: 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
| RGB | 84 | 29 | 50 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.67 |
| HSL | 337.09º | 0.49% | 0.22% | - |
| HSV(B) | 337.09º | 0.65% | 0.33% | - |
| XYZ | 4.67 | 2.99 | 3.35 | - |
| YUV | 47.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 50 | 0 | 0.65 | 0.40 | 0.67 | 337.09 | 0.49 | 0.22 |
| Hex | 54 | 1D | 32 | 0 | 41 | 28 | 43 | 151 | 31 | 16 |
| Octal | 124 | 35 | 62 | 0 | 101 | 50 | 103 | 521 | 61 | 26 |
| Binary | 1010100 | 11101 | 110010 | 0 | 1000001 | 101000 | 1000011 | 101010001 | 110001 | 10110 |
Color Harmonies of #541D32
Complementary color
Monochromatic Colors of #541D32
Black with #541D32
Text Example
Text Example
White with #541D32
Text Example
Text Example
HTML Codes & Css Web 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>