Shades of Black Rose #4F2734
Tints of Black Rose #4F2734
RGB
CMYK
RGB Variations
Color information
#4F2734 (or 0x4F2734) is known color: Black Rose. HEX triplet: 4F, 27 and 34. RGB value is (79,39,52). Sum of RGB (Red+Green+Blue) = 79+39+52=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2734 is #B0D8CB. Grayscale: #343434. Windows color (decimal): -11589836 or 3417935. OLE color: 3417935.
HSL color Cylindrical-coordinate representation of color #4F2734: hue angle of 340.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F2734 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 52 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.69 |
| HSL | 340.5º | 0.34% | 0.23% | - |
| HSV(B) | 340.5º | 0.51% | 0.31% | - |
| XYZ | 4.57 | 3.36 | 3.66 | - |
| YUV | 52.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 52 | 0 | 0.51 | 0.34 | 0.69 | 340.5 | 0.34 | 0.23 |
| Hex | 4F | 27 | 34 | 0 | 33 | 22 | 45 | 154 | 22 | 17 |
| Octal | 117 | 47 | 64 | 0 | 63 | 42 | 105 | 524 | 42 | 27 |
| Binary | 1001111 | 100111 | 110100 | 0 | 110011 | 100010 | 1000101 | 101010100 | 100010 | 10111 |
Color Harmonies of #4F2734
Complementary color
Monochromatic Colors of #4F2734
Black with #4F2734
Text Example
Text Example
White with #4F2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2734; }
p { color: rgb(79,39,52); }
H1.HeaderClassName
{
color: #4F2734;
}
.AnyTagClassName
{
color: #4F2734;
}
</style>
background-color css
<style>
a { background-color: #4F2734; }
a { background-color: rgb(79,39,52); }
div.DivClassName
{
background-color: #4F2734;
}
.BgClassName
{
background-color: #4F2734;
}
</style>
border-color css
<style>
span { border-color: #4F2734; }
span { border-color: rgb(79,39,52); }
td.TdClassName
{
border-color: #4F2734;
}
.TagClassName
{
border-color: #4F2734;
}
</style>