Shades of Black Rose #541B2F
Tints of Black Rose #541B2F
RGB
CMYK
RGB Variations
Color information
#541B2F (or 0x541B2F) is known color: Black Rose. HEX triplet: 54, 1B and 2F. RGB value is (84,27,47). Sum of RGB (Red+Green+Blue) = 84+27+47=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #541B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B2F is #ABE4D0. Grayscale: #2E2E2E. Windows color (decimal): -11265233 or 3087188. OLE color: 3087188.
HSL color Cylindrical-coordinate representation of color #541B2F: hue angle of 338.95º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B2F is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 47 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.67 |
| HSL | 338.95º | 0.51% | 0.22% | - |
| HSV(B) | 338.95º | 0.68% | 0.33% | - |
| XYZ | 4.56 | 2.87 | 3 | - |
| YUV | 46.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 47 | 0 | 0.68 | 0.44 | 0.67 | 338.95 | 0.51 | 0.22 |
| Hex | 54 | 1B | 2F | 0 | 44 | 2C | 43 | 153 | 33 | 16 |
| Octal | 124 | 33 | 57 | 0 | 104 | 54 | 103 | 523 | 63 | 26 |
| Binary | 1010100 | 11011 | 101111 | 0 | 1000100 | 101100 | 1000011 | 101010011 | 110011 | 10110 |
Color Harmonies of #541B2F
Complementary color
Monochromatic Colors of #541B2F
Black with #541B2F
Text Example
Text Example
White with #541B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B2F; }
p { color: rgb(84,27,47); }
H1.HeaderClassName
{
color: #541B2F;
}
.AnyTagClassName
{
color: #541B2F;
}
</style>
background-color css
<style>
a { background-color: #541B2F; }
a { background-color: rgb(84,27,47); }
div.DivClassName
{
background-color: #541B2F;
}
.BgClassName
{
background-color: #541B2F;
}
</style>
border-color css
<style>
span { border-color: #541B2F; }
span { border-color: rgb(84,27,47); }
td.TdClassName
{
border-color: #541B2F;
}
.TagClassName
{
border-color: #541B2F;
}
</style>