Shades of Black Rose #542031
Tints of Black Rose #542031
RGB
CMYK
RGB Variations
Color information
#542031 (or 0x542031) is known color: Black Rose. HEX triplet: 54, 20 and 31. RGB value is (84,32,49). Sum of RGB (Red+Green+Blue) = 84+32+49=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #542031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542031 is #ABDFCE. Grayscale: #313131. Windows color (decimal): -11263951 or 3219540. OLE color: 3219540.
HSL color Cylindrical-coordinate representation of color #542031: hue angle of 340.38º 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 #542031 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 49 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.67 |
| HSL | 340.38º | 0.45% | 0.23% | - |
| HSV(B) | 340.38º | 0.62% | 0.33% | - |
| XYZ | 4.73 | 3.14 | 3.26 | - |
| YUV | 49.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 49 | 0 | 0.62 | 0.42 | 0.67 | 340.38 | 0.45 | 0.23 |
| Hex | 54 | 20 | 31 | 0 | 3E | 2A | 43 | 154 | 2D | 17 |
| Octal | 124 | 40 | 61 | 0 | 76 | 52 | 103 | 524 | 55 | 27 |
| Binary | 1010100 | 100000 | 110001 | 0 | 111110 | 101010 | 1000011 | 101010100 | 101101 | 10111 |
Color Harmonies of #542031
Complementary color
Monochromatic Colors of #542031
Black with #542031
Text Example
Text Example
White with #542031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542031; }
p { color: rgb(84,32,49); }
H1.HeaderClassName
{
color: #542031;
}
.AnyTagClassName
{
color: #542031;
}
</style>
background-color css
<style>
a { background-color: #542031; }
a { background-color: rgb(84,32,49); }
div.DivClassName
{
background-color: #542031;
}
.BgClassName
{
background-color: #542031;
}
</style>
border-color css
<style>
span { border-color: #542031; }
span { border-color: rgb(84,32,49); }
td.TdClassName
{
border-color: #542031;
}
.TagClassName
{
border-color: #542031;
}
</style>