Shades of Black Rose #51242D
Tints of Black Rose #51242D
RGB
CMYK
RGB Variations
Color information
#51242D (or 0x51242D) is known color: Black Rose. HEX triplet: 51, 24 and 2D. RGB value is (81,36,45). Sum of RGB (Red+Green+Blue) = 81+36+45=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51242D is #AEDBD2. Grayscale: #323232. Windows color (decimal): -11459539 or 2958417. OLE color: 2958417.
HSL color Cylindrical-coordinate representation of color #51242D: hue angle of 348º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51242D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 36 | 45 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.68 |
| HSL | 348º | 0.38% | 0.23% | - |
| HSV(B) | 348º | 0.56% | 0.32% | - |
| XYZ | 4.5 | 3.2 | 2.86 | - |
| YUV | 50.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 45 | 0 | 0.56 | 0.44 | 0.68 | 348 | 0.38 | 0.23 |
| Hex | 51 | 24 | 2D | 0 | 38 | 2C | 44 | 15C | 26 | 17 |
| Octal | 121 | 44 | 55 | 0 | 70 | 54 | 104 | 534 | 46 | 27 |
| Binary | 1010001 | 100100 | 101101 | 0 | 111000 | 101100 | 1000100 | 101011100 | 100110 | 10111 |
Color Harmonies of #51242D
Complementary color
Monochromatic Colors of #51242D
Black with #51242D
Text Example
Text Example
White with #51242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51242D; }
p { color: rgb(81,36,45); }
H1.HeaderClassName
{
color: #51242D;
}
.AnyTagClassName
{
color: #51242D;
}
</style>
background-color css
<style>
a { background-color: #51242D; }
a { background-color: rgb(81,36,45); }
div.DivClassName
{
background-color: #51242D;
}
.BgClassName
{
background-color: #51242D;
}
</style>
border-color css
<style>
span { border-color: #51242D; }
span { border-color: rgb(81,36,45); }
td.TdClassName
{
border-color: #51242D;
}
.TagClassName
{
border-color: #51242D;
}
</style>