Shades of Black Rose #542A36
Tints of Black Rose #542A36
RGB
CMYK
RGB Variations
Color information
#542A36 (or 0x542A36) is known color: Black Rose. HEX triplet: 54, 2A and 36. RGB value is (84,42,54). Sum of RGB (Red+Green+Blue) = 84+42+54=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #542A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A36 is #ABD5C9. Grayscale: #373737. Windows color (decimal): -11261386 or 3549780. OLE color: 3549780.
HSL color Cylindrical-coordinate representation of color #542A36: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A36 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 54 | - |
| CMYK | 0 | 0.5 | 0.36 | 0.67 |
| HSL | 342.86º | 0.33% | 0.25% | - |
| HSV(B) | 342.86º | 0.5% | 0.33% | - |
| XYZ | 5.15 | 3.81 | 3.95 | - |
| YUV | 55.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 54 | 0 | 0.5 | 0.36 | 0.67 | 342.86 | 0.33 | 0.25 |
| Hex | 54 | 2A | 36 | 0 | 32 | 24 | 43 | 157 | 21 | 19 |
| Octal | 124 | 52 | 66 | 0 | 62 | 44 | 103 | 527 | 41 | 31 |
| Binary | 1010100 | 101010 | 110110 | 0 | 110010 | 100100 | 1000011 | 101010111 | 100001 | 11001 |
Color Harmonies of #542A36
Complementary color
Monochromatic Colors of #542A36
Black with #542A36
Text Example
Text Example
White with #542A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A36; }
p { color: rgb(84,42,54); }
H1.HeaderClassName
{
color: #542A36;
}
.AnyTagClassName
{
color: #542A36;
}
</style>
background-color css
<style>
a { background-color: #542A36; }
a { background-color: rgb(84,42,54); }
div.DivClassName
{
background-color: #542A36;
}
.BgClassName
{
background-color: #542A36;
}
</style>
border-color css
<style>
span { border-color: #542A36; }
span { border-color: rgb(84,42,54); }
td.TdClassName
{
border-color: #542A36;
}
.TagClassName
{
border-color: #542A36;
}
</style>