Shades of Black Rose #542C38
Tints of Black Rose #542C38
RGB
CMYK
RGB Variations
Color information
#542C38 (or 0x542C38) is known color: Black Rose. HEX triplet: 54, 2C and 38. RGB value is (84,44,56). Sum of RGB (Red+Green+Blue) = 84+44+56=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #542C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C38 is #ABD3C7. Grayscale: #393939. Windows color (decimal): -11260872 or 3681364. OLE color: 3681364.
HSL color Cylindrical-coordinate representation of color #542C38: hue angle of 342º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542C38 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 56 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.67 |
| HSL | 342º | 0.31% | 0.25% | - |
| HSV(B) | 342º | 0.48% | 0.33% | - |
| XYZ | 5.27 | 3.97 | 4.23 | - |
| YUV | 57.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 56 | 0 | 0.48 | 0.33 | 0.67 | 342 | 0.31 | 0.25 |
| Hex | 54 | 2C | 38 | 0 | 30 | 21 | 43 | 156 | 1F | 19 |
| Octal | 124 | 54 | 70 | 0 | 60 | 41 | 103 | 526 | 37 | 31 |
| Binary | 1010100 | 101100 | 111000 | 0 | 110000 | 100001 | 1000011 | 101010110 | 11111 | 11001 |
Color Harmonies of #542C38
Complementary color
Monochromatic Colors of #542C38
Black with #542C38
Text Example
Text Example
White with #542C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C38; }
p { color: rgb(84,44,56); }
H1.HeaderClassName
{
color: #542C38;
}
.AnyTagClassName
{
color: #542C38;
}
</style>
background-color css
<style>
a { background-color: #542C38; }
a { background-color: rgb(84,44,56); }
div.DivClassName
{
background-color: #542C38;
}
.BgClassName
{
background-color: #542C38;
}
</style>
border-color css
<style>
span { border-color: #542C38; }
span { border-color: rgb(84,44,56); }
td.TdClassName
{
border-color: #542C38;
}
.TagClassName
{
border-color: #542C38;
}
</style>