Shades of Black Rose #542C3A
Tints of Black Rose #542C3A
RGB
CMYK
RGB Variations
Color information
#542C3A (or 0x542C3A) is known color: Black Rose. HEX triplet: 54, 2C and 3A. RGB value is (84,44,58). Sum of RGB (Red+Green+Blue) = 84+44+58=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #542C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C3A is #ABD3C5. Grayscale: #393939. Windows color (decimal): -11260870 or 3812436. OLE color: 3812436.
HSL color Cylindrical-coordinate representation of color #542C3A: hue angle of 339º 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 #542C3A is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 58 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.67 |
| HSL | 339º | 0.31% | 0.25% | - |
| HSV(B) | 339º | 0.48% | 0.33% | - |
| XYZ | 5.32 | 3.99 | 4.49 | - |
| YUV | 57.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 58 | 0 | 0.48 | 0.31 | 0.67 | 339 | 0.31 | 0.25 |
| Hex | 54 | 2C | 3A | 0 | 30 | 1F | 43 | 153 | 1F | 19 |
| Octal | 124 | 54 | 72 | 0 | 60 | 37 | 103 | 523 | 37 | 31 |
| Binary | 1010100 | 101100 | 111010 | 0 | 110000 | 11111 | 1000011 | 101010011 | 11111 | 11001 |
Color Harmonies of #542C3A
Complementary color
Monochromatic Colors of #542C3A
Black with #542C3A
Text Example
Text Example
White with #542C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C3A; }
p { color: rgb(84,44,58); }
H1.HeaderClassName
{
color: #542C3A;
}
.AnyTagClassName
{
color: #542C3A;
}
</style>
background-color css
<style>
a { background-color: #542C3A; }
a { background-color: rgb(84,44,58); }
div.DivClassName
{
background-color: #542C3A;
}
.BgClassName
{
background-color: #542C3A;
}
</style>
border-color css
<style>
span { border-color: #542C3A; }
span { border-color: rgb(84,44,58); }
td.TdClassName
{
border-color: #542C3A;
}
.TagClassName
{
border-color: #542C3A;
}
</style>