Shades of Black Rose #54272F
Tints of Black Rose #54272F
RGB
CMYK
RGB Variations
Color information
#54272F (or 0x54272F) is known color: Black Rose. HEX triplet: 54, 27 and 2F. RGB value is (84,39,47). Sum of RGB (Red+Green+Blue) = 84+39+47=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54272F is #ABD8D0. Grayscale: #353535. Windows color (decimal): -11262161 or 3090260. OLE color: 3090260.
HSL color Cylindrical-coordinate representation of color #54272F: hue angle of 349.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54272F is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 47 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.67 |
| HSL | 349.33º | 0.37% | 0.24% | - |
| HSV(B) | 349.33º | 0.54% | 0.33% | - |
| XYZ | 4.89 | 3.54 | 3.11 | - |
| YUV | 53.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 47 | 0 | 0.54 | 0.44 | 0.67 | 349.33 | 0.37 | 0.24 |
| Hex | 54 | 27 | 2F | 0 | 36 | 2C | 43 | 15D | 25 | 18 |
| Octal | 124 | 47 | 57 | 0 | 66 | 54 | 103 | 535 | 45 | 30 |
| Binary | 1010100 | 100111 | 101111 | 0 | 110110 | 101100 | 1000011 | 101011101 | 100101 | 11000 |
Color Harmonies of #54272F
Complementary color
Monochromatic Colors of #54272F
Black with #54272F
Text Example
Text Example
White with #54272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54272F; }
p { color: rgb(84,39,47); }
H1.HeaderClassName
{
color: #54272F;
}
.AnyTagClassName
{
color: #54272F;
}
</style>
background-color css
<style>
a { background-color: #54272F; }
a { background-color: rgb(84,39,47); }
div.DivClassName
{
background-color: #54272F;
}
.BgClassName
{
background-color: #54272F;
}
</style>
border-color css
<style>
span { border-color: #54272F; }
span { border-color: rgb(84,39,47); }
td.TdClassName
{
border-color: #54272F;
}
.TagClassName
{
border-color: #54272F;
}
</style>