Shades of Black Rose #512C38
Tints of Black Rose #512C38
RGB
CMYK
RGB Variations
Color information
#512C38 (or 0x512C38) is known color: Black Rose. HEX triplet: 51, 2C and 38. RGB value is (81,44,56). Sum of RGB (Red+Green+Blue) = 81+44+56=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #512C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C38 is #AED3C7. Grayscale: #383838. Windows color (decimal): -11457480 or 3681361. OLE color: 3681361.
HSL color Cylindrical-coordinate representation of color #512C38: hue angle of 340.54º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C38 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 56 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.68 |
| HSL | 340.54º | 0.3% | 0.25% | - |
| HSV(B) | 340.54º | 0.46% | 0.32% | - |
| XYZ | 5.01 | 3.84 | 4.22 | - |
| YUV | 56.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 56 | 0 | 0.46 | 0.31 | 0.68 | 340.54 | 0.3 | 0.25 |
| Hex | 51 | 2C | 38 | 0 | 2E | 1F | 44 | 155 | 1E | 19 |
| Octal | 121 | 54 | 70 | 0 | 56 | 37 | 104 | 525 | 36 | 31 |
| Binary | 1010001 | 101100 | 111000 | 0 | 101110 | 11111 | 1000100 | 101010101 | 11110 | 11001 |
Color Harmonies of #512C38
Complementary color
Monochromatic Colors of #512C38
Black with #512C38
Text Example
Text Example
White with #512C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C38; }
p { color: rgb(81,44,56); }
H1.HeaderClassName
{
color: #512C38;
}
.AnyTagClassName
{
color: #512C38;
}
</style>
background-color css
<style>
a { background-color: #512C38; }
a { background-color: rgb(81,44,56); }
div.DivClassName
{
background-color: #512C38;
}
.BgClassName
{
background-color: #512C38;
}
</style>
border-color css
<style>
span { border-color: #512C38; }
span { border-color: rgb(81,44,56); }
td.TdClassName
{
border-color: #512C38;
}
.TagClassName
{
border-color: #512C38;
}
</style>