Shades of Black Rose #54283B
Tints of Black Rose #54283B
RGB
CMYK
RGB Variations
Color information
#54283B (or 0x54283B) is known color: Black Rose. HEX triplet: 54, 28 and 3B. RGB value is (84,40,59). Sum of RGB (Red+Green+Blue) = 84+40+59=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54283B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54283B is #ABD7C4. Grayscale: #373737. Windows color (decimal): -11261893 or 3876948. OLE color: 3876948.
HSL color Cylindrical-coordinate representation of color #54283B: hue angle of 334.09º 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 #54283B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 40 | 59 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.67 |
| HSL | 334.09º | 0.35% | 0.24% | - |
| HSV(B) | 334.09º | 0.52% | 0.33% | - |
| XYZ | 5.2 | 3.72 | 4.58 | - |
| YUV | 55.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 59 | 0 | 0.52 | 0.30 | 0.67 | 334.09 | 0.35 | 0.24 |
| Hex | 54 | 28 | 3B | 0 | 34 | 1E | 43 | 14E | 23 | 18 |
| Octal | 124 | 50 | 73 | 0 | 64 | 36 | 103 | 516 | 43 | 30 |
| Binary | 1010100 | 101000 | 111011 | 0 | 110100 | 11110 | 1000011 | 101001110 | 100011 | 11000 |
Color Harmonies of #54283B
Complementary color
Monochromatic Colors of #54283B
Black with #54283B
Text Example
Text Example
White with #54283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54283B; }
p { color: rgb(84,40,59); }
H1.HeaderClassName
{
color: #54283B;
}
.AnyTagClassName
{
color: #54283B;
}
</style>
background-color css
<style>
a { background-color: #54283B; }
a { background-color: rgb(84,40,59); }
div.DivClassName
{
background-color: #54283B;
}
.BgClassName
{
background-color: #54283B;
}
</style>
border-color css
<style>
span { border-color: #54283B; }
span { border-color: rgb(84,40,59); }
td.TdClassName
{
border-color: #54283B;
}
.TagClassName
{
border-color: #54283B;
}
</style>