Shades of Black Rose #512831
Tints of Black Rose #512831
RGB
CMYK
RGB Variations
Color information
#512831 (or 0x512831) is known color: Black Rose. HEX triplet: 51, 28 and 31. RGB value is (81,40,49). Sum of RGB (Red+Green+Blue) = 81+40+49=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512831 is #AED7CE. Grayscale: #353535. Windows color (decimal): -11458511 or 3221585. OLE color: 3221585.
HSL color Cylindrical-coordinate representation of color #512831: hue angle of 346.83º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512831 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 49 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.68 |
| HSL | 346.83º | 0.34% | 0.24% | - |
| HSV(B) | 346.83º | 0.51% | 0.32% | - |
| XYZ | 4.71 | 3.49 | 3.33 | - |
| YUV | 53.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 49 | 0 | 0.51 | 0.40 | 0.68 | 346.83 | 0.34 | 0.24 |
| Hex | 51 | 28 | 31 | 0 | 33 | 28 | 44 | 15B | 22 | 18 |
| Octal | 121 | 50 | 61 | 0 | 63 | 50 | 104 | 533 | 42 | 30 |
| Binary | 1010001 | 101000 | 110001 | 0 | 110011 | 101000 | 1000100 | 101011011 | 100010 | 11000 |
Color Harmonies of #512831
Complementary color
Monochromatic Colors of #512831
Black with #512831
Text Example
Text Example
White with #512831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512831; }
p { color: rgb(81,40,49); }
H1.HeaderClassName
{
color: #512831;
}
.AnyTagClassName
{
color: #512831;
}
</style>
background-color css
<style>
a { background-color: #512831; }
a { background-color: rgb(81,40,49); }
div.DivClassName
{
background-color: #512831;
}
.BgClassName
{
background-color: #512831;
}
</style>
border-color css
<style>
span { border-color: #512831; }
span { border-color: rgb(81,40,49); }
td.TdClassName
{
border-color: #512831;
}
.TagClassName
{
border-color: #512831;
}
</style>