Shades of Black Rose #51222C
Tints of Black Rose #51222C
RGB
CMYK
RGB Variations
Color information
#51222C (or 0x51222C) is known color: Black Rose. HEX triplet: 51, 22 and 2C. RGB value is (81,34,44). Sum of RGB (Red+Green+Blue) = 81+34+44=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51222C is #AEDDD3. Grayscale: #313131. Windows color (decimal): -11460052 or 2892369. OLE color: 2892369.
HSL color Cylindrical-coordinate representation of color #51222C: hue angle of 347.23º 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 #51222C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 44 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.68 |
| HSL | 347.23º | 0.41% | 0.23% | - |
| HSV(B) | 347.23º | 0.58% | 0.32% | - |
| XYZ | 4.42 | 3.08 | 2.74 | - |
| YUV | 49.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 44 | 0 | 0.58 | 0.46 | 0.68 | 347.23 | 0.41 | 0.23 |
| Hex | 51 | 22 | 2C | 0 | 3A | 2E | 44 | 15B | 29 | 17 |
| Octal | 121 | 42 | 54 | 0 | 72 | 56 | 104 | 533 | 51 | 27 |
| Binary | 1010001 | 100010 | 101100 | 0 | 111010 | 101110 | 1000100 | 101011011 | 101001 | 10111 |
Color Harmonies of #51222C
Complementary color
Monochromatic Colors of #51222C
Black with #51222C
Text Example
Text Example
White with #51222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51222C; }
p { color: rgb(81,34,44); }
H1.HeaderClassName
{
color: #51222C;
}
.AnyTagClassName
{
color: #51222C;
}
</style>
background-color css
<style>
a { background-color: #51222C; }
a { background-color: rgb(81,34,44); }
div.DivClassName
{
background-color: #51222C;
}
.BgClassName
{
background-color: #51222C;
}
</style>
border-color css
<style>
span { border-color: #51222C; }
span { border-color: rgb(81,34,44); }
td.TdClassName
{
border-color: #51222C;
}
.TagClassName
{
border-color: #51222C;
}
</style>