Shades of Black Rose #542A3C
Tints of Black Rose #542A3C
RGB
CMYK
RGB Variations
Color information
#542A3C (or 0x542A3C) is known color: Black Rose. HEX triplet: 54, 2A and 3C. RGB value is (84,42,60). Sum of RGB (Red+Green+Blue) = 84+42+60=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A3C is #ABD5C3. Grayscale: #383838. Windows color (decimal): -11261380 or 3942996. OLE color: 3942996.
HSL color Cylindrical-coordinate representation of color #542A3C: hue angle of 334.29º 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 #542A3C is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 60 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.67 |
| HSL | 334.29º | 0.33% | 0.25% | - |
| HSV(B) | 334.29º | 0.5% | 0.33% | - |
| XYZ | 5.3 | 3.87 | 4.74 | - |
| YUV | 56.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 60 | 0 | 0.5 | 0.29 | 0.67 | 334.29 | 0.33 | 0.25 |
| Hex | 54 | 2A | 3C | 0 | 32 | 1D | 43 | 14E | 21 | 19 |
| Octal | 124 | 52 | 74 | 0 | 62 | 35 | 103 | 516 | 41 | 31 |
| Binary | 1010100 | 101010 | 111100 | 0 | 110010 | 11101 | 1000011 | 101001110 | 100001 | 11001 |
Color Harmonies of #542A3C
Complementary color
Monochromatic Colors of #542A3C
Black with #542A3C
Text Example
Text Example
White with #542A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A3C; }
p { color: rgb(84,42,60); }
H1.HeaderClassName
{
color: #542A3C;
}
.AnyTagClassName
{
color: #542A3C;
}
</style>
background-color css
<style>
a { background-color: #542A3C; }
a { background-color: rgb(84,42,60); }
div.DivClassName
{
background-color: #542A3C;
}
.BgClassName
{
background-color: #542A3C;
}
</style>
border-color css
<style>
span { border-color: #542A3C; }
span { border-color: rgb(84,42,60); }
td.TdClassName
{
border-color: #542A3C;
}
.TagClassName
{
border-color: #542A3C;
}
</style>