Shades of Black Rose #541D2C
Tints of Black Rose #541D2C
RGB
CMYK
RGB Variations
Color information
#541D2C (or 0x541D2C) is known color: Black Rose. HEX triplet: 54, 1D and 2C. RGB value is (84,29,44). Sum of RGB (Red+Green+Blue) = 84+29+44=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #541D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D2C is #ABE2D3. Grayscale: #2F2F2F. Windows color (decimal): -11264724 or 2891092. OLE color: 2891092.
HSL color Cylindrical-coordinate representation of color #541D2C: hue angle of 343.64º 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 #541D2C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 44 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.67 |
| HSL | 343.64º | 0.49% | 0.22% | - |
| HSV(B) | 343.64º | 0.65% | 0.33% | - |
| XYZ | 4.55 | 2.95 | 2.71 | - |
| YUV | 47.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 44 | 0 | 0.65 | 0.48 | 0.67 | 343.64 | 0.49 | 0.22 |
| Hex | 54 | 1D | 2C | 0 | 41 | 30 | 43 | 158 | 31 | 16 |
| Octal | 124 | 35 | 54 | 0 | 101 | 60 | 103 | 530 | 61 | 26 |
| Binary | 1010100 | 11101 | 101100 | 0 | 1000001 | 110000 | 1000011 | 101011000 | 110001 | 10110 |
Color Harmonies of #541D2C
Complementary color
Monochromatic Colors of #541D2C
Black with #541D2C
Text Example
Text Example
White with #541D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D2C; }
p { color: rgb(84,29,44); }
H1.HeaderClassName
{
color: #541D2C;
}
.AnyTagClassName
{
color: #541D2C;
}
</style>
background-color css
<style>
a { background-color: #541D2C; }
a { background-color: rgb(84,29,44); }
div.DivClassName
{
background-color: #541D2C;
}
.BgClassName
{
background-color: #541D2C;
}
</style>
border-color css
<style>
span { border-color: #541D2C; }
span { border-color: rgb(84,29,44); }
td.TdClassName
{
border-color: #541D2C;
}
.TagClassName
{
border-color: #541D2C;
}
</style>