Shades of Black Rose #4F2432
Tints of Black Rose #4F2432
RGB
CMYK
RGB Variations
Color information
#4F2432 (or 0x4F2432) is known color: Black Rose. HEX triplet: 4F, 24 and 32. RGB value is (79,36,50). Sum of RGB (Red+Green+Blue) = 79+36+50=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2432 is #B0DBCD. Grayscale: #323232. Windows color (decimal): -11590606 or 3286095. OLE color: 3286095.
HSL color Cylindrical-coordinate representation of color #4F2432: hue angle of 340.47º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F2432 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 50 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.69 |
| HSL | 340.47º | 0.37% | 0.23% | - |
| HSV(B) | 340.47º | 0.54% | 0.31% | - |
| XYZ | 4.43 | 3.15 | 3.39 | - |
| YUV | 50.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 50 | 0 | 0.54 | 0.37 | 0.69 | 340.47 | 0.37 | 0.23 |
| Hex | 4F | 24 | 32 | 0 | 36 | 25 | 45 | 154 | 25 | 17 |
| Octal | 117 | 44 | 62 | 0 | 66 | 45 | 105 | 524 | 45 | 27 |
| Binary | 1001111 | 100100 | 110010 | 0 | 110110 | 100101 | 1000101 | 101010100 | 100101 | 10111 |
Color Harmonies of #4F2432
Complementary color
Monochromatic Colors of #4F2432
Black with #4F2432
Text Example
Text Example
White with #4F2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2432; }
p { color: rgb(79,36,50); }
H1.HeaderClassName
{
color: #4F2432;
}
.AnyTagClassName
{
color: #4F2432;
}
</style>
background-color css
<style>
a { background-color: #4F2432; }
a { background-color: rgb(79,36,50); }
div.DivClassName
{
background-color: #4F2432;
}
.BgClassName
{
background-color: #4F2432;
}
</style>
border-color css
<style>
span { border-color: #4F2432; }
span { border-color: rgb(79,36,50); }
td.TdClassName
{
border-color: #4F2432;
}
.TagClassName
{
border-color: #4F2432;
}
</style>