Shades of Black Rose #51202E
Tints of Black Rose #51202E
RGB
CMYK
RGB Variations
Color information
#51202E (or 0x51202E) is known color: Black Rose. HEX triplet: 51, 20 and 2E. RGB value is (81,32,46). Sum of RGB (Red+Green+Blue) = 81+32+46=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51202E is #AEDFD1. Grayscale: #303030. Windows color (decimal): -11460562 or 3022929. OLE color: 3022929.
HSL color Cylindrical-coordinate representation of color #51202E: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51202E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 46 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.68 |
| HSL | 342.86º | 0.43% | 0.22% | - |
| HSV(B) | 342.86º | 0.6% | 0.32% | - |
| XYZ | 4.4 | 2.98 | 2.93 | - |
| YUV | 48.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 46 | 0 | 0.60 | 0.43 | 0.68 | 342.86 | 0.43 | 0.22 |
| Hex | 51 | 20 | 2E | 0 | 3C | 2B | 44 | 157 | 2B | 16 |
| Octal | 121 | 40 | 56 | 0 | 74 | 53 | 104 | 527 | 53 | 26 |
| Binary | 1010001 | 100000 | 101110 | 0 | 111100 | 101011 | 1000100 | 101010111 | 101011 | 10110 |
Color Harmonies of #51202E
Complementary color
Monochromatic Colors of #51202E
Black with #51202E
Text Example
Text Example
White with #51202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51202E; }
p { color: rgb(81,32,46); }
H1.HeaderClassName
{
color: #51202E;
}
.AnyTagClassName
{
color: #51202E;
}
</style>
background-color css
<style>
a { background-color: #51202E; }
a { background-color: rgb(81,32,46); }
div.DivClassName
{
background-color: #51202E;
}
.BgClassName
{
background-color: #51202E;
}
</style>
border-color css
<style>
span { border-color: #51202E; }
span { border-color: rgb(81,32,46); }
td.TdClassName
{
border-color: #51202E;
}
.TagClassName
{
border-color: #51202E;
}
</style>