Shades of Black Rose #512234
Tints of Black Rose #512234
RGB
CMYK
RGB Variations
Color information
#512234 (or 0x512234) is known color: Black Rose. HEX triplet: 51, 22 and 34. RGB value is (81,34,52). Sum of RGB (Red+Green+Blue) = 81+34+52=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #512234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512234 is #AEDDCB. Grayscale: #323232. Windows color (decimal): -11460044 or 3416657. OLE color: 3416657.
HSL color Cylindrical-coordinate representation of color #512234: hue angle of 337.02º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512234 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 52 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.68 |
| HSL | 337.02º | 0.41% | 0.23% | - |
| HSV(B) | 337.02º | 0.58% | 0.32% | - |
| XYZ | 4.59 | 3.14 | 3.61 | - |
| YUV | 50.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 52 | 0 | 0.58 | 0.36 | 0.68 | 337.02 | 0.41 | 0.23 |
| Hex | 51 | 22 | 34 | 0 | 3A | 24 | 44 | 151 | 29 | 17 |
| Octal | 121 | 42 | 64 | 0 | 72 | 44 | 104 | 521 | 51 | 27 |
| Binary | 1010001 | 100010 | 110100 | 0 | 111010 | 100100 | 1000100 | 101010001 | 101001 | 10111 |
Color Harmonies of #512234
Complementary color
Monochromatic Colors of #512234
Black with #512234
Text Example
Text Example
White with #512234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512234; }
p { color: rgb(81,34,52); }
H1.HeaderClassName
{
color: #512234;
}
.AnyTagClassName
{
color: #512234;
}
</style>
background-color css
<style>
a { background-color: #512234; }
a { background-color: rgb(81,34,52); }
div.DivClassName
{
background-color: #512234;
}
.BgClassName
{
background-color: #512234;
}
</style>
border-color css
<style>
span { border-color: #512234; }
span { border-color: rgb(81,34,52); }
td.TdClassName
{
border-color: #512234;
}
.TagClassName
{
border-color: #512234;
}
</style>