Shades of Black Rose #542238
Tints of Black Rose #542238
RGB
CMYK
RGB Variations
Color information
#542238 (or 0x542238) is known color: Black Rose. HEX triplet: 54, 22 and 38. RGB value is (84,34,56). Sum of RGB (Red+Green+Blue) = 84+34+56=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #542238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542238 is #ABDDC7. Grayscale: #333333. Windows color (decimal): -11263432 or 3678804. OLE color: 3678804.
HSL color Cylindrical-coordinate representation of color #542238: hue angle of 333.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542238 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 56 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.67 |
| HSL | 333.6º | 0.42% | 0.23% | - |
| HSV(B) | 333.6º | 0.6% | 0.33% | - |
| XYZ | 4.94 | 3.31 | 4.12 | - |
| YUV | 51.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 56 | 0 | 0.60 | 0.33 | 0.67 | 333.6 | 0.42 | 0.23 |
| Hex | 54 | 22 | 38 | 0 | 3C | 21 | 43 | 14E | 2A | 17 |
| Octal | 124 | 42 | 70 | 0 | 74 | 41 | 103 | 516 | 52 | 27 |
| Binary | 1010100 | 100010 | 111000 | 0 | 111100 | 100001 | 1000011 | 101001110 | 101010 | 10111 |
Color Harmonies of #542238
Complementary color
Monochromatic Colors of #542238
Black with #542238
Text Example
Text Example
White with #542238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542238; }
p { color: rgb(84,34,56); }
H1.HeaderClassName
{
color: #542238;
}
.AnyTagClassName
{
color: #542238;
}
</style>
background-color css
<style>
a { background-color: #542238; }
a { background-color: rgb(84,34,56); }
div.DivClassName
{
background-color: #542238;
}
.BgClassName
{
background-color: #542238;
}
</style>
border-color css
<style>
span { border-color: #542238; }
span { border-color: rgb(84,34,56); }
td.TdClassName
{
border-color: #542238;
}
.TagClassName
{
border-color: #542238;
}
</style>