Shades of Black Rose #542532
Tints of Black Rose #542532
RGB
CMYK
RGB Variations
Color information
#542532 (or 0x542532) is known color: Black Rose. HEX triplet: 54, 25 and 32. RGB value is (84,37,50). Sum of RGB (Red+Green+Blue) = 84+37+50=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #542532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542532 is #ABDACD. Grayscale: #343434. Windows color (decimal): -11262670 or 3286356. OLE color: 3286356.
HSL color Cylindrical-coordinate representation of color #542532: hue angle of 343.4º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542532 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 50 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.67 |
| HSL | 343.4º | 0.39% | 0.24% | - |
| HSV(B) | 343.4º | 0.56% | 0.33% | - |
| XYZ | 4.89 | 3.44 | 3.42 | - |
| YUV | 52.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 50 | 0 | 0.56 | 0.40 | 0.67 | 343.4 | 0.39 | 0.24 |
| Hex | 54 | 25 | 32 | 0 | 38 | 28 | 43 | 157 | 27 | 18 |
| Octal | 124 | 45 | 62 | 0 | 70 | 50 | 103 | 527 | 47 | 30 |
| Binary | 1010100 | 100101 | 110010 | 0 | 111000 | 101000 | 1000011 | 101010111 | 100111 | 11000 |
Color Harmonies of #542532
Complementary color
Monochromatic Colors of #542532
Black with #542532
Text Example
Text Example
White with #542532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542532; }
p { color: rgb(84,37,50); }
H1.HeaderClassName
{
color: #542532;
}
.AnyTagClassName
{
color: #542532;
}
</style>
background-color css
<style>
a { background-color: #542532; }
a { background-color: rgb(84,37,50); }
div.DivClassName
{
background-color: #542532;
}
.BgClassName
{
background-color: #542532;
}
</style>
border-color css
<style>
span { border-color: #542532; }
span { border-color: rgb(84,37,50); }
td.TdClassName
{
border-color: #542532;
}
.TagClassName
{
border-color: #542532;
}
</style>