Shades of Black Rose #4F2532
Tints of Black Rose #4F2532
RGB
CMYK
RGB Variations
Color information
#4F2532 (or 0x4F2532) is known color: Black Rose. HEX triplet: 4F, 25 and 32. RGB value is (79,37,50). Sum of RGB (Red+Green+Blue) = 79+37+50=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2532 is #B0DACD. Grayscale: #333333. Windows color (decimal): -11590350 or 3286351. OLE color: 3286351.
HSL color Cylindrical-coordinate representation of color #4F2532: hue angle of 341.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2532 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 37 | 50 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.69 |
| HSL | 341.43º | 0.36% | 0.23% | - |
| HSV(B) | 341.43º | 0.53% | 0.31% | - |
| XYZ | 4.46 | 3.22 | 3.4 | - |
| YUV | 51.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 50 | 0 | 0.53 | 0.37 | 0.69 | 341.43 | 0.36 | 0.23 |
| Hex | 4F | 25 | 32 | 0 | 35 | 25 | 45 | 155 | 24 | 17 |
| Octal | 117 | 45 | 62 | 0 | 65 | 45 | 105 | 525 | 44 | 27 |
| Binary | 1001111 | 100101 | 110010 | 0 | 110101 | 100101 | 1000101 | 101010101 | 100100 | 10111 |
Color Harmonies of #4F2532
Complementary color
Monochromatic Colors of #4F2532
Black with #4F2532
Text Example
Text Example
White with #4F2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2532; }
p { color: rgb(79,37,50); }
H1.HeaderClassName
{
color: #4F2532;
}
.AnyTagClassName
{
color: #4F2532;
}
</style>
background-color css
<style>
a { background-color: #4F2532; }
a { background-color: rgb(79,37,50); }
div.DivClassName
{
background-color: #4F2532;
}
.BgClassName
{
background-color: #4F2532;
}
</style>
border-color css
<style>
span { border-color: #4F2532; }
span { border-color: rgb(79,37,50); }
td.TdClassName
{
border-color: #4F2532;
}
.TagClassName
{
border-color: #4F2532;
}
</style>