Shades of Black Rose #512334
Tints of Black Rose #512334
RGB
CMYK
RGB Variations
Color information
#512334 (or 0x512334) is known color: Black Rose. HEX triplet: 51, 23 and 34. RGB value is (81,35,52). Sum of RGB (Red+Green+Blue) = 81+35+52=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #512334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512334 is #AEDCCB. Grayscale: #323232. Windows color (decimal): -11459788 or 3416913. OLE color: 3416913.
HSL color Cylindrical-coordinate representation of color #512334: hue angle of 337.83º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #512334 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 35 | 52 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.68 |
| HSL | 337.83º | 0.4% | 0.23% | - |
| HSV(B) | 337.83º | 0.57% | 0.32% | - |
| XYZ | 4.61 | 3.2 | 3.62 | - |
| YUV | 50.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 52 | 0 | 0.57 | 0.36 | 0.68 | 337.83 | 0.4 | 0.23 |
| Hex | 51 | 23 | 34 | 0 | 39 | 24 | 44 | 152 | 28 | 17 |
| Octal | 121 | 43 | 64 | 0 | 71 | 44 | 104 | 522 | 50 | 27 |
| Binary | 1010001 | 100011 | 110100 | 0 | 111001 | 100100 | 1000100 | 101010010 | 101000 | 10111 |
Color Harmonies of #512334
Complementary color
Monochromatic Colors of #512334
Black with #512334
Text Example
Text Example
White with #512334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512334; }
p { color: rgb(81,35,52); }
H1.HeaderClassName
{
color: #512334;
}
.AnyTagClassName
{
color: #512334;
}
</style>
background-color css
<style>
a { background-color: #512334; }
a { background-color: rgb(81,35,52); }
div.DivClassName
{
background-color: #512334;
}
.BgClassName
{
background-color: #512334;
}
</style>
border-color css
<style>
span { border-color: #512334; }
span { border-color: rgb(81,35,52); }
td.TdClassName
{
border-color: #512334;
}
.TagClassName
{
border-color: #512334;
}
</style>