Shades of Black Rose #511E2D
Tints of Black Rose #511E2D
RGB
CMYK
RGB Variations
Color information
#511E2D (or 0x511E2D) is known color: Black Rose. HEX triplet: 51, 1E and 2D. RGB value is (81,30,45). Sum of RGB (Red+Green+Blue) = 81+30+45=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E2D is #AEE1D2. Grayscale: #2E2E2E. Windows color (decimal): -11461075 or 2956881. OLE color: 2956881.
HSL color Cylindrical-coordinate representation of color #511E2D: hue angle of 342.35º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E2D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 45 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.68 |
| HSL | 342.35º | 0.46% | 0.22% | - |
| HSV(B) | 342.35º | 0.63% | 0.32% | - |
| XYZ | 4.33 | 2.87 | 2.81 | - |
| YUV | 46.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 45 | 0 | 0.63 | 0.44 | 0.68 | 342.35 | 0.46 | 0.22 |
| Hex | 51 | 1E | 2D | 0 | 3F | 2C | 44 | 156 | 2E | 16 |
| Octal | 121 | 36 | 55 | 0 | 77 | 54 | 104 | 526 | 56 | 26 |
| Binary | 1010001 | 11110 | 101101 | 0 | 111111 | 101100 | 1000100 | 101010110 | 101110 | 10110 |
Color Harmonies of #511E2D
Complementary color
Monochromatic Colors of #511E2D
Black with #511E2D
Text Example
Text Example
White with #511E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E2D; }
p { color: rgb(81,30,45); }
H1.HeaderClassName
{
color: #511E2D;
}
.AnyTagClassName
{
color: #511E2D;
}
</style>
background-color css
<style>
a { background-color: #511E2D; }
a { background-color: rgb(81,30,45); }
div.DivClassName
{
background-color: #511E2D;
}
.BgClassName
{
background-color: #511E2D;
}
</style>
border-color css
<style>
span { border-color: #511E2D; }
span { border-color: rgb(81,30,45); }
td.TdClassName
{
border-color: #511E2D;
}
.TagClassName
{
border-color: #511E2D;
}
</style>