Shades of Black Rose #54192D
Tints of Black Rose #54192D
RGB
CMYK
RGB Variations
Color information
#54192D (or 0x54192D) is known color: Black Rose. HEX triplet: 54, 19 and 2D. RGB value is (84,25,45). Sum of RGB (Red+Green+Blue) = 84+25+45=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54192D is #ABE6D2. Grayscale: #2C2C2C. Windows color (decimal): -11265747 or 2955604. OLE color: 2955604.
HSL color Cylindrical-coordinate representation of color #54192D: hue angle of 339.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54192D is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 25 | 45 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.67 |
| HSL | 339.66º | 0.54% | 0.21% | - |
| HSV(B) | 339.66º | 0.7% | 0.33% | - |
| XYZ | 4.48 | 2.77 | 2.78 | - |
| YUV | 44.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 45 | 0 | 0.70 | 0.46 | 0.67 | 339.66 | 0.54 | 0.21 |
| Hex | 54 | 19 | 2D | 0 | 46 | 2E | 43 | 154 | 36 | 15 |
| Octal | 124 | 31 | 55 | 0 | 106 | 56 | 103 | 524 | 66 | 25 |
| Binary | 1010100 | 11001 | 101101 | 0 | 1000110 | 101110 | 1000011 | 101010100 | 110110 | 10101 |
Color Harmonies of #54192D
Complementary color
Monochromatic Colors of #54192D
Black with #54192D
Text Example
Text Example
White with #54192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54192D; }
p { color: rgb(84,25,45); }
H1.HeaderClassName
{
color: #54192D;
}
.AnyTagClassName
{
color: #54192D;
}
</style>
background-color css
<style>
a { background-color: #54192D; }
a { background-color: rgb(84,25,45); }
div.DivClassName
{
background-color: #54192D;
}
.BgClassName
{
background-color: #54192D;
}
</style>
border-color css
<style>
span { border-color: #54192D; }
span { border-color: rgb(84,25,45); }
td.TdClassName
{
border-color: #54192D;
}
.TagClassName
{
border-color: #54192D;
}
</style>