Shades of Black Rose #512233
Tints of Black Rose #512233
RGB
CMYK
RGB Variations
Color information
#512233 (or 0x512233) is known color: Black Rose. HEX triplet: 51, 22 and 33. RGB value is (81,34,51). Sum of RGB (Red+Green+Blue) = 81+34+51=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #512233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512233 is #AEDDCC. Grayscale: #313131. Windows color (decimal): -11460045 or 3351121. OLE color: 3351121.
HSL color Cylindrical-coordinate representation of color #512233: hue angle of 338.3º 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 #512233 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 51 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.68 |
| HSL | 338.3º | 0.41% | 0.23% | - |
| HSV(B) | 338.3º | 0.58% | 0.32% | - |
| XYZ | 4.56 | 3.13 | 3.5 | - |
| YUV | 49.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 51 | 0 | 0.58 | 0.37 | 0.68 | 338.3 | 0.41 | 0.23 |
| Hex | 51 | 22 | 33 | 0 | 3A | 25 | 44 | 152 | 29 | 17 |
| Octal | 121 | 42 | 63 | 0 | 72 | 45 | 104 | 522 | 51 | 27 |
| Binary | 1010001 | 100010 | 110011 | 0 | 111010 | 100101 | 1000100 | 101010010 | 101001 | 10111 |
Color Harmonies of #512233
Complementary color
Monochromatic Colors of #512233
Black with #512233
Text Example
Text Example
White with #512233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512233; }
p { color: rgb(81,34,51); }
H1.HeaderClassName
{
color: #512233;
}
.AnyTagClassName
{
color: #512233;
}
</style>
background-color css
<style>
a { background-color: #512233; }
a { background-color: rgb(81,34,51); }
div.DivClassName
{
background-color: #512233;
}
.BgClassName
{
background-color: #512233;
}
</style>
border-color css
<style>
span { border-color: #512233; }
span { border-color: rgb(81,34,51); }
td.TdClassName
{
border-color: #512233;
}
.TagClassName
{
border-color: #512233;
}
</style>