Shades of Black Rose #54283A
Tints of Black Rose #54283A
RGB
CMYK
RGB Variations
Color information
#54283A (or 0x54283A) is known color: Black Rose. HEX triplet: 54, 28 and 3A. RGB value is (84,40,58). Sum of RGB (Red+Green+Blue) = 84+40+58=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54283A is #ABD7C5. Grayscale: #373737. Windows color (decimal): -11261894 or 3811412. OLE color: 3811412.
HSL color Cylindrical-coordinate representation of color #54283A: hue angle of 335.45º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54283A is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 58 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.67 |
| HSL | 335.45º | 0.35% | 0.24% | - |
| HSV(B) | 335.45º | 0.52% | 0.33% | - |
| XYZ | 5.18 | 3.71 | 4.45 | - |
| YUV | 55.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 58 | 0 | 0.52 | 0.31 | 0.67 | 335.45 | 0.35 | 0.24 |
| Hex | 54 | 28 | 3A | 0 | 34 | 1F | 43 | 14F | 23 | 18 |
| Octal | 124 | 50 | 72 | 0 | 64 | 37 | 103 | 517 | 43 | 30 |
| Binary | 1010100 | 101000 | 111010 | 0 | 110100 | 11111 | 1000011 | 101001111 | 100011 | 11000 |
Color Harmonies of #54283A
Complementary color
Monochromatic Colors of #54283A
Black with #54283A
Text Example
Text Example
White with #54283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54283A; }
p { color: rgb(84,40,58); }
H1.HeaderClassName
{
color: #54283A;
}
.AnyTagClassName
{
color: #54283A;
}
</style>
background-color css
<style>
a { background-color: #54283A; }
a { background-color: rgb(84,40,58); }
div.DivClassName
{
background-color: #54283A;
}
.BgClassName
{
background-color: #54283A;
}
</style>
border-color css
<style>
span { border-color: #54283A; }
span { border-color: rgb(84,40,58); }
td.TdClassName
{
border-color: #54283A;
}
.TagClassName
{
border-color: #54283A;
}
</style>