Shades of Black Rose #512D3B
Tints of Black Rose #512D3B
RGB
CMYK
RGB Variations
Color information
#512D3B (or 0x512D3B) is known color: Black Rose. HEX triplet: 51, 2D and 3B. RGB value is (81,45,59). Sum of RGB (Red+Green+Blue) = 81+45+59=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #512D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D3B is #AED2C4. Grayscale: #393939. Windows color (decimal): -11457221 or 3878225. OLE color: 3878225.
HSL color Cylindrical-coordinate representation of color #512D3B: hue angle of 336.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D3B is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 59 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.68 |
| HSL | 336.67º | 0.29% | 0.25% | - |
| HSV(B) | 336.67º | 0.44% | 0.32% | - |
| XYZ | 5.12 | 3.94 | 4.63 | - |
| YUV | 57.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 59 | 0 | 0.44 | 0.27 | 0.68 | 336.67 | 0.29 | 0.25 |
| Hex | 51 | 2D | 3B | 0 | 2C | 1B | 44 | 151 | 1D | 19 |
| Octal | 121 | 55 | 73 | 0 | 54 | 33 | 104 | 521 | 35 | 31 |
| Binary | 1010001 | 101101 | 111011 | 0 | 101100 | 11011 | 1000100 | 101010001 | 11101 | 11001 |
Color Harmonies of #512D3B
Complementary color
Monochromatic Colors of #512D3B
Black with #512D3B
Text Example
Text Example
White with #512D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D3B; }
p { color: rgb(81,45,59); }
H1.HeaderClassName
{
color: #512D3B;
}
.AnyTagClassName
{
color: #512D3B;
}
</style>
background-color css
<style>
a { background-color: #512D3B; }
a { background-color: rgb(81,45,59); }
div.DivClassName
{
background-color: #512D3B;
}
.BgClassName
{
background-color: #512D3B;
}
</style>
border-color css
<style>
span { border-color: #512D3B; }
span { border-color: rgb(81,45,59); }
td.TdClassName
{
border-color: #512D3B;
}
.TagClassName
{
border-color: #512D3B;
}
</style>