Shades of Black Rose #511D2E
Tints of Black Rose #511D2E
RGB
CMYK
RGB Variations
Color information
#511D2E (or 0x511D2E) is known color: Black Rose. HEX triplet: 51, 1D and 2E. RGB value is (81,29,46). Sum of RGB (Red+Green+Blue) = 81+29+46=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D2E is #AEE2D1. Grayscale: #2E2E2E. Windows color (decimal): -11461330 or 3022161. OLE color: 3022161.
HSL color Cylindrical-coordinate representation of color #511D2E: hue angle of 340.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511D2E is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 29 | 46 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.68 |
| HSL | 340.38º | 0.47% | 0.22% | - |
| HSV(B) | 340.38º | 0.64% | 0.32% | - |
| XYZ | 4.33 | 2.83 | 2.9 | - |
| YUV | 46.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 46 | 0 | 0.64 | 0.43 | 0.68 | 340.38 | 0.47 | 0.22 |
| Hex | 51 | 1D | 2E | 0 | 40 | 2B | 44 | 154 | 2F | 16 |
| Octal | 121 | 35 | 56 | 0 | 100 | 53 | 104 | 524 | 57 | 26 |
| Binary | 1010001 | 11101 | 101110 | 0 | 1000000 | 101011 | 1000100 | 101010100 | 101111 | 10110 |
Color Harmonies of #511D2E
Complementary color
Monochromatic Colors of #511D2E
Black with #511D2E
Text Example
Text Example
White with #511D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D2E; }
p { color: rgb(81,29,46); }
H1.HeaderClassName
{
color: #511D2E;
}
.AnyTagClassName
{
color: #511D2E;
}
</style>
background-color css
<style>
a { background-color: #511D2E; }
a { background-color: rgb(81,29,46); }
div.DivClassName
{
background-color: #511D2E;
}
.BgClassName
{
background-color: #511D2E;
}
</style>
border-color css
<style>
span { border-color: #511D2E; }
span { border-color: rgb(81,29,46); }
td.TdClassName
{
border-color: #511D2E;
}
.TagClassName
{
border-color: #511D2E;
}
</style>