Shades of Black Rose #542D39
Tints of Black Rose #542D39
RGB
CMYK
RGB Variations
Color information
#542D39 (or 0x542D39) is known color: Black Rose. HEX triplet: 54, 2D and 39. RGB value is (84,45,57). Sum of RGB (Red+Green+Blue) = 84+45+57=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D39 is #ABD2C6. Grayscale: #3A3A3A. Windows color (decimal): -11260615 or 3747156. OLE color: 3747156.
HSL color Cylindrical-coordinate representation of color #542D39: hue angle of 341.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #542D39 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 45 | 57 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.67 |
| HSL | 341.54º | 0.3% | 0.25% | - |
| HSV(B) | 341.54º | 0.46% | 0.33% | - |
| XYZ | 5.33 | 4.06 | 4.37 | - |
| YUV | 58.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 57 | 0 | 0.46 | 0.32 | 0.67 | 341.54 | 0.3 | 0.25 |
| Hex | 54 | 2D | 39 | 0 | 2E | 20 | 43 | 156 | 1E | 19 |
| Octal | 124 | 55 | 71 | 0 | 56 | 40 | 103 | 526 | 36 | 31 |
| Binary | 1010100 | 101101 | 111001 | 0 | 101110 | 100000 | 1000011 | 101010110 | 11110 | 11001 |
Color Harmonies of #542D39
Complementary color
Monochromatic Colors of #542D39
Black with #542D39
Text Example
Text Example
White with #542D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D39; }
p { color: rgb(84,45,57); }
H1.HeaderClassName
{
color: #542D39;
}
.AnyTagClassName
{
color: #542D39;
}
</style>
background-color css
<style>
a { background-color: #542D39; }
a { background-color: rgb(84,45,57); }
div.DivClassName
{
background-color: #542D39;
}
.BgClassName
{
background-color: #542D39;
}
</style>
border-color css
<style>
span { border-color: #542D39; }
span { border-color: rgb(84,45,57); }
td.TdClassName
{
border-color: #542D39;
}
.TagClassName
{
border-color: #542D39;
}
</style>