Shades of Black Rose #542035
Tints of Black Rose #542035
RGB
CMYK
RGB Variations
Color information
#542035 (or 0x542035) is known color: Black Rose. HEX triplet: 54, 20 and 35. RGB value is (84,32,53). Sum of RGB (Red+Green+Blue) = 84+32+53=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #542035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542035 is #ABDFCA. Grayscale: #313131. Windows color (decimal): -11263947 or 3481684. OLE color: 3481684.
HSL color Cylindrical-coordinate representation of color #542035: hue angle of 335.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542035 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 53 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.67 |
| HSL | 335.77º | 0.45% | 0.23% | - |
| HSV(B) | 335.77º | 0.62% | 0.33% | - |
| XYZ | 4.82 | 3.17 | 3.73 | - |
| YUV | 49.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 53 | 0 | 0.62 | 0.37 | 0.67 | 335.77 | 0.45 | 0.23 |
| Hex | 54 | 20 | 35 | 0 | 3E | 25 | 43 | 150 | 2D | 17 |
| Octal | 124 | 40 | 65 | 0 | 76 | 45 | 103 | 520 | 55 | 27 |
| Binary | 1010100 | 100000 | 110101 | 0 | 111110 | 100101 | 1000011 | 101010000 | 101101 | 10111 |
Color Harmonies of #542035
Complementary color
Monochromatic Colors of #542035
Black with #542035
Text Example
Text Example
White with #542035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542035; }
p { color: rgb(84,32,53); }
H1.HeaderClassName
{
color: #542035;
}
.AnyTagClassName
{
color: #542035;
}
</style>
background-color css
<style>
a { background-color: #542035; }
a { background-color: rgb(84,32,53); }
div.DivClassName
{
background-color: #542035;
}
.BgClassName
{
background-color: #542035;
}
</style>
border-color css
<style>
span { border-color: #542035; }
span { border-color: rgb(84,32,53); }
td.TdClassName
{
border-color: #542035;
}
.TagClassName
{
border-color: #542035;
}
</style>