Shades of Black Rose #54212C
Tints of Black Rose #54212C
RGB
CMYK
RGB Variations
Color information
#54212C (or 0x54212C) is known color: Black Rose. HEX triplet: 54, 21 and 2C. RGB value is (84,33,44). Sum of RGB (Red+Green+Blue) = 84+33+44=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54212C is #ABDED3. Grayscale: #313131. Windows color (decimal): -11263700 or 2892116. OLE color: 2892116.
HSL color Cylindrical-coordinate representation of color #54212C: hue angle of 347.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54212C is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 44 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.67 |
| HSL | 347.06º | 0.44% | 0.23% | - |
| HSV(B) | 347.06º | 0.61% | 0.33% | - |
| XYZ | 4.65 | 3.15 | 2.75 | - |
| YUV | 49.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 44 | 0 | 0.61 | 0.48 | 0.67 | 347.06 | 0.44 | 0.23 |
| Hex | 54 | 21 | 2C | 0 | 3D | 30 | 43 | 15B | 2C | 17 |
| Octal | 124 | 41 | 54 | 0 | 75 | 60 | 103 | 533 | 54 | 27 |
| Binary | 1010100 | 100001 | 101100 | 0 | 111101 | 110000 | 1000011 | 101011011 | 101100 | 10111 |
Color Harmonies of #54212C
Complementary color
Monochromatic Colors of #54212C
Black with #54212C
Text Example
Text Example
White with #54212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54212C; }
p { color: rgb(84,33,44); }
H1.HeaderClassName
{
color: #54212C;
}
.AnyTagClassName
{
color: #54212C;
}
</style>
background-color css
<style>
a { background-color: #54212C; }
a { background-color: rgb(84,33,44); }
div.DivClassName
{
background-color: #54212C;
}
.BgClassName
{
background-color: #54212C;
}
</style>
border-color css
<style>
span { border-color: #54212C; }
span { border-color: rgb(84,33,44); }
td.TdClassName
{
border-color: #54212C;
}
.TagClassName
{
border-color: #54212C;
}
</style>