Shades of Black Rose #51252E
Tints of Black Rose #51252E
RGB
CMYK
RGB Variations
Color information
#51252E (or 0x51252E) is known color: Black Rose. HEX triplet: 51, 25 and 2E. RGB value is (81,37,46). Sum of RGB (Red+Green+Blue) = 81+37+46=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51252E is #AEDAD1. Grayscale: #333333. Windows color (decimal): -11459282 or 3024209. OLE color: 3024209.
HSL color Cylindrical-coordinate representation of color #51252E: hue angle of 347.73º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51252E is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 37 | 46 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.68 |
| HSL | 347.73º | 0.37% | 0.23% | - |
| HSV(B) | 347.73º | 0.54% | 0.32% | - |
| XYZ | 4.55 | 3.27 | 2.98 | - |
| YUV | 51.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 46 | 0 | 0.54 | 0.43 | 0.68 | 347.73 | 0.37 | 0.23 |
| Hex | 51 | 25 | 2E | 0 | 36 | 2B | 44 | 15C | 25 | 17 |
| Octal | 121 | 45 | 56 | 0 | 66 | 53 | 104 | 534 | 45 | 27 |
| Binary | 1010001 | 100101 | 101110 | 0 | 110110 | 101011 | 1000100 | 101011100 | 100101 | 10111 |
Color Harmonies of #51252E
Complementary color
Monochromatic Colors of #51252E
Black with #51252E
Text Example
Text Example
White with #51252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51252E; }
p { color: rgb(81,37,46); }
H1.HeaderClassName
{
color: #51252E;
}
.AnyTagClassName
{
color: #51252E;
}
</style>
background-color css
<style>
a { background-color: #51252E; }
a { background-color: rgb(81,37,46); }
div.DivClassName
{
background-color: #51252E;
}
.BgClassName
{
background-color: #51252E;
}
</style>
border-color css
<style>
span { border-color: #51252E; }
span { border-color: rgb(81,37,46); }
td.TdClassName
{
border-color: #51252E;
}
.TagClassName
{
border-color: #51252E;
}
</style>