Shades of Black Rose #512732
Tints of Black Rose #512732
RGB
CMYK
RGB Variations
Color information
#512732 (or 0x512732) is known color: Black Rose. HEX triplet: 51, 27 and 32. RGB value is (81,39,50). Sum of RGB (Red+Green+Blue) = 81+39+50=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512732 is #AED8CD. Grayscale: #343434. Windows color (decimal): -11458766 or 3286865. OLE color: 3286865.
HSL color Cylindrical-coordinate representation of color #512732: hue angle of 344.29º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #512732 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 39 | 50 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.68 |
| HSL | 344.29º | 0.35% | 0.24% | - |
| HSV(B) | 344.29º | 0.52% | 0.32% | - |
| XYZ | 4.69 | 3.43 | 3.43 | - |
| YUV | 52.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 50 | 0 | 0.52 | 0.38 | 0.68 | 344.29 | 0.35 | 0.24 |
| Hex | 51 | 27 | 32 | 0 | 34 | 26 | 44 | 158 | 23 | 18 |
| Octal | 121 | 47 | 62 | 0 | 64 | 46 | 104 | 530 | 43 | 30 |
| Binary | 1010001 | 100111 | 110010 | 0 | 110100 | 100110 | 1000100 | 101011000 | 100011 | 11000 |
Color Harmonies of #512732
Complementary color
Monochromatic Colors of #512732
Black with #512732
Text Example
Text Example
White with #512732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512732; }
p { color: rgb(81,39,50); }
H1.HeaderClassName
{
color: #512732;
}
.AnyTagClassName
{
color: #512732;
}
</style>
background-color css
<style>
a { background-color: #512732; }
a { background-color: rgb(81,39,50); }
div.DivClassName
{
background-color: #512732;
}
.BgClassName
{
background-color: #512732;
}
</style>
border-color css
<style>
span { border-color: #512732; }
span { border-color: rgb(81,39,50); }
td.TdClassName
{
border-color: #512732;
}
.TagClassName
{
border-color: #512732;
}
</style>