Shades of Black Rose #542A38
Tints of Black Rose #542A38
RGB
CMYK
RGB Variations
Color information
#542A38 (or 0x542A38) is known color: Black Rose. HEX triplet: 54, 2A and 38. RGB value is (84,42,56). Sum of RGB (Red+Green+Blue) = 84+42+56=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #542A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542A38 is #ABD5C7. Grayscale: #383838. Windows color (decimal): -11261384 or 3680852. OLE color: 3680852.
HSL color Cylindrical-coordinate representation of color #542A38: hue angle of 340º 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 #542A38 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 56 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.67 |
| HSL | 340º | 0.33% | 0.25% | - |
| HSV(B) | 340º | 0.5% | 0.33% | - |
| XYZ | 5.2 | 3.83 | 4.21 | - |
| YUV | 56.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 56 | 0 | 0.5 | 0.33 | 0.67 | 340 | 0.33 | 0.25 |
| Hex | 54 | 2A | 38 | 0 | 32 | 21 | 43 | 154 | 21 | 19 |
| Octal | 124 | 52 | 70 | 0 | 62 | 41 | 103 | 524 | 41 | 31 |
| Binary | 1010100 | 101010 | 111000 | 0 | 110010 | 100001 | 1000011 | 101010100 | 100001 | 11001 |
Color Harmonies of #542A38
Complementary color
Monochromatic Colors of #542A38
Black with #542A38
Text Example
Text Example
White with #542A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A38; }
p { color: rgb(84,42,56); }
H1.HeaderClassName
{
color: #542A38;
}
.AnyTagClassName
{
color: #542A38;
}
</style>
background-color css
<style>
a { background-color: #542A38; }
a { background-color: rgb(84,42,56); }
div.DivClassName
{
background-color: #542A38;
}
.BgClassName
{
background-color: #542A38;
}
</style>
border-color css
<style>
span { border-color: #542A38; }
span { border-color: rgb(84,42,56); }
td.TdClassName
{
border-color: #542A38;
}
.TagClassName
{
border-color: #542A38;
}
</style>