Shades of Black Rose #541D2D
Tints of Black Rose #541D2D
RGB
CMYK
RGB Variations
Color information
#541D2D (or 0x541D2D) is known color: Black Rose. HEX triplet: 54, 1D and 2D. RGB value is (84,29,45). Sum of RGB (Red+Green+Blue) = 84+29+45=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #541D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D2D is #ABE2D2. Grayscale: #2F2F2F. Windows color (decimal): -11264723 or 2956628. OLE color: 2956628.
HSL color Cylindrical-coordinate representation of color #541D2D: hue angle of 342.55º 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 #541D2D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 45 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.67 |
| HSL | 342.55º | 0.49% | 0.22% | - |
| HSV(B) | 342.55º | 0.65% | 0.33% | - |
| XYZ | 4.57 | 2.95 | 2.81 | - |
| YUV | 47.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 45 | 0 | 0.65 | 0.46 | 0.67 | 342.55 | 0.49 | 0.22 |
| Hex | 54 | 1D | 2D | 0 | 41 | 2E | 43 | 157 | 31 | 16 |
| Octal | 124 | 35 | 55 | 0 | 101 | 56 | 103 | 527 | 61 | 26 |
| Binary | 1010100 | 11101 | 101101 | 0 | 1000001 | 101110 | 1000011 | 101010111 | 110001 | 10110 |
Color Harmonies of #541D2D
Complementary color
Monochromatic Colors of #541D2D
Black with #541D2D
Text Example
Text Example
White with #541D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D2D; }
p { color: rgb(84,29,45); }
H1.HeaderClassName
{
color: #541D2D;
}
.AnyTagClassName
{
color: #541D2D;
}
</style>
background-color css
<style>
a { background-color: #541D2D; }
a { background-color: rgb(84,29,45); }
div.DivClassName
{
background-color: #541D2D;
}
.BgClassName
{
background-color: #541D2D;
}
</style>
border-color css
<style>
span { border-color: #541D2D; }
span { border-color: rgb(84,29,45); }
td.TdClassName
{
border-color: #541D2D;
}
.TagClassName
{
border-color: #541D2D;
}
</style>