Shades of Black Rose #512E3B
Tints of Black Rose #512E3B
RGB
CMYK
RGB Variations
Color information
#512E3B (or 0x512E3B) is known color: Black Rose. HEX triplet: 51, 2E and 3B. RGB value is (81,46,59). Sum of RGB (Red+Green+Blue) = 81+46+59=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #512E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E3B is #AED1C4. Grayscale: #393939. Windows color (decimal): -11456965 or 3878481. OLE color: 3878481.
HSL color Cylindrical-coordinate representation of color #512E3B: hue angle of 337.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E3B is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 59 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.68 |
| HSL | 337.71º | 0.28% | 0.25% | - |
| HSV(B) | 337.71º | 0.43% | 0.32% | - |
| XYZ | 5.16 | 4.02 | 4.64 | - |
| YUV | 57.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 59 | 0 | 0.43 | 0.27 | 0.68 | 337.71 | 0.28 | 0.25 |
| Hex | 51 | 2E | 3B | 0 | 2B | 1B | 44 | 152 | 1C | 19 |
| Octal | 121 | 56 | 73 | 0 | 53 | 33 | 104 | 522 | 34 | 31 |
| Binary | 1010001 | 101110 | 111011 | 0 | 101011 | 11011 | 1000100 | 101010010 | 11100 | 11001 |
Color Harmonies of #512E3B
Complementary color
Monochromatic Colors of #512E3B
Black with #512E3B
Text Example
Text Example
White with #512E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E3B; }
p { color: rgb(81,46,59); }
H1.HeaderClassName
{
color: #512E3B;
}
.AnyTagClassName
{
color: #512E3B;
}
</style>
background-color css
<style>
a { background-color: #512E3B; }
a { background-color: rgb(81,46,59); }
div.DivClassName
{
background-color: #512E3B;
}
.BgClassName
{
background-color: #512E3B;
}
</style>
border-color css
<style>
span { border-color: #512E3B; }
span { border-color: rgb(81,46,59); }
td.TdClassName
{
border-color: #512E3B;
}
.TagClassName
{
border-color: #512E3B;
}
</style>