Shades of Black Rose #541F2D
Tints of Black Rose #541F2D
RGB
CMYK
RGB Variations
Color information
#541F2D (or 0x541F2D) is known color: Black Rose. HEX triplet: 54, 1F and 2D. RGB value is (84,31,45). Sum of RGB (Red+Green+Blue) = 84+31+45=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #541F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F2D is #ABE0D2. Grayscale: #303030. Windows color (decimal): -11264211 or 2957140. OLE color: 2957140.
HSL color Cylindrical-coordinate representation of color #541F2D: hue angle of 344.15º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F2D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 45 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.67 |
| HSL | 344.15º | 0.46% | 0.23% | - |
| HSV(B) | 344.15º | 0.63% | 0.33% | - |
| XYZ | 4.62 | 3.05 | 2.83 | - |
| YUV | 48.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 45 | 0 | 0.63 | 0.46 | 0.67 | 344.15 | 0.46 | 0.23 |
| Hex | 54 | 1F | 2D | 0 | 3F | 2E | 43 | 158 | 2E | 17 |
| Octal | 124 | 37 | 55 | 0 | 77 | 56 | 103 | 530 | 56 | 27 |
| Binary | 1010100 | 11111 | 101101 | 0 | 111111 | 101110 | 1000011 | 101011000 | 101110 | 10111 |
Color Harmonies of #541F2D
Complementary color
Monochromatic Colors of #541F2D
Black with #541F2D
Text Example
Text Example
White with #541F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F2D; }
p { color: rgb(84,31,45); }
H1.HeaderClassName
{
color: #541F2D;
}
.AnyTagClassName
{
color: #541F2D;
}
</style>
background-color css
<style>
a { background-color: #541F2D; }
a { background-color: rgb(84,31,45); }
div.DivClassName
{
background-color: #541F2D;
}
.BgClassName
{
background-color: #541F2D;
}
</style>
border-color css
<style>
span { border-color: #541F2D; }
span { border-color: rgb(84,31,45); }
td.TdClassName
{
border-color: #541F2D;
}
.TagClassName
{
border-color: #541F2D;
}
</style>