Shades of Black Rose #51222D
Tints of Black Rose #51222D
RGB
CMYK
RGB Variations
Color information
#51222D (or 0x51222D) is known color: Black Rose. HEX triplet: 51, 22 and 2D. RGB value is (81,34,45). Sum of RGB (Red+Green+Blue) = 81+34+45=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51222D is #AEDDD2. Grayscale: #313131. Windows color (decimal): -11460051 or 2957905. OLE color: 2957905.
HSL color Cylindrical-coordinate representation of color #51222D: hue angle of 345.96º 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 #51222D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 45 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.68 |
| HSL | 345.96º | 0.41% | 0.23% | - |
| HSV(B) | 345.96º | 0.58% | 0.32% | - |
| XYZ | 4.44 | 3.08 | 2.84 | - |
| YUV | 49.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 45 | 0 | 0.58 | 0.44 | 0.68 | 345.96 | 0.41 | 0.23 |
| Hex | 51 | 22 | 2D | 0 | 3A | 2C | 44 | 15A | 29 | 17 |
| Octal | 121 | 42 | 55 | 0 | 72 | 54 | 104 | 532 | 51 | 27 |
| Binary | 1010001 | 100010 | 101101 | 0 | 111010 | 101100 | 1000100 | 101011010 | 101001 | 10111 |
Color Harmonies of #51222D
Complementary color
Monochromatic Colors of #51222D
Black with #51222D
Text Example
Text Example
White with #51222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51222D; }
p { color: rgb(81,34,45); }
H1.HeaderClassName
{
color: #51222D;
}
.AnyTagClassName
{
color: #51222D;
}
</style>
background-color css
<style>
a { background-color: #51222D; }
a { background-color: rgb(81,34,45); }
div.DivClassName
{
background-color: #51222D;
}
.BgClassName
{
background-color: #51222D;
}
</style>
border-color css
<style>
span { border-color: #51222D; }
span { border-color: rgb(81,34,45); }
td.TdClassName
{
border-color: #51222D;
}
.TagClassName
{
border-color: #51222D;
}
</style>