Shades of Black Rose #54232C
Tints of Black Rose #54232C
RGB
CMYK
RGB Variations
Color information
#54232C (or 0x54232C) is known color: Black Rose. HEX triplet: 54, 23 and 2C. RGB value is (84,35,44). Sum of RGB (Red+Green+Blue) = 84+35+44=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54232C is #ABDCD3. Grayscale: #323232. Windows color (decimal): -11263188 or 2892628. OLE color: 2892628.
HSL color Cylindrical-coordinate representation of color #54232C: hue angle of 348.98º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54232C is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 44 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.67 |
| HSL | 348.98º | 0.41% | 0.23% | - |
| HSV(B) | 348.98º | 0.58% | 0.33% | - |
| XYZ | 4.71 | 3.27 | 2.77 | - |
| YUV | 50.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 44 | 0 | 0.58 | 0.48 | 0.67 | 348.98 | 0.41 | 0.23 |
| Hex | 54 | 23 | 2C | 0 | 3A | 30 | 43 | 15D | 29 | 17 |
| Octal | 124 | 43 | 54 | 0 | 72 | 60 | 103 | 535 | 51 | 27 |
| Binary | 1010100 | 100011 | 101100 | 0 | 111010 | 110000 | 1000011 | 101011101 | 101001 | 10111 |
Color Harmonies of #54232C
Complementary color
Monochromatic Colors of #54232C
Black with #54232C
Text Example
Text Example
White with #54232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54232C; }
p { color: rgb(84,35,44); }
H1.HeaderClassName
{
color: #54232C;
}
.AnyTagClassName
{
color: #54232C;
}
</style>
background-color css
<style>
a { background-color: #54232C; }
a { background-color: rgb(84,35,44); }
div.DivClassName
{
background-color: #54232C;
}
.BgClassName
{
background-color: #54232C;
}
</style>
border-color css
<style>
span { border-color: #54232C; }
span { border-color: rgb(84,35,44); }
td.TdClassName
{
border-color: #54232C;
}
.TagClassName
{
border-color: #54232C;
}
</style>