Shades of Black Rose #511F2F
Tints of Black Rose #511F2F
RGB
CMYK
RGB Variations
Color information
#511F2F (or 0x511F2F) is known color: Black Rose. HEX triplet: 51, 1F and 2F. RGB value is (81,31,47). Sum of RGB (Red+Green+Blue) = 81+31+47=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #511F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F2F is #AEE0D0. Grayscale: #2F2F2F. Windows color (decimal): -11460817 or 3088209. OLE color: 3088209.
HSL color Cylindrical-coordinate representation of color #511F2F: hue angle of 340.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F2F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 47 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.68 |
| HSL | 340.8º | 0.45% | 0.22% | - |
| HSV(B) | 340.8º | 0.62% | 0.32% | - |
| XYZ | 4.4 | 2.93 | 3.02 | - |
| YUV | 47.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 47 | 0 | 0.62 | 0.42 | 0.68 | 340.8 | 0.45 | 0.22 |
| Hex | 51 | 1F | 2F | 0 | 3E | 2A | 44 | 155 | 2D | 16 |
| Octal | 121 | 37 | 57 | 0 | 76 | 52 | 104 | 525 | 55 | 26 |
| Binary | 1010001 | 11111 | 101111 | 0 | 111110 | 101010 | 1000100 | 101010101 | 101101 | 10110 |
Color Harmonies of #511F2F
Complementary color
Monochromatic Colors of #511F2F
Black with #511F2F
Text Example
Text Example
White with #511F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F2F; }
p { color: rgb(81,31,47); }
H1.HeaderClassName
{
color: #511F2F;
}
.AnyTagClassName
{
color: #511F2F;
}
</style>
background-color css
<style>
a { background-color: #511F2F; }
a { background-color: rgb(81,31,47); }
div.DivClassName
{
background-color: #511F2F;
}
.BgClassName
{
background-color: #511F2F;
}
</style>
border-color css
<style>
span { border-color: #511F2F; }
span { border-color: rgb(81,31,47); }
td.TdClassName
{
border-color: #511F2F;
}
.TagClassName
{
border-color: #511F2F;
}
</style>