Shades of Black Rose #4F252D
Tints of Black Rose #4F252D
RGB
CMYK
RGB Variations
Color information
#4F252D (or 0x4F252D) is known color: Black Rose. HEX triplet: 4F, 25 and 2D. RGB value is (79,37,45). Sum of RGB (Red+Green+Blue) = 79+37+45=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F252D is #B0DAD2. Grayscale: #323232. Windows color (decimal): -11590355 or 2958671. OLE color: 2958671.
HSL color Cylindrical-coordinate representation of color #4F252D: hue angle of 348.57º 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 #4F252D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 37 | 45 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.69 |
| HSL | 348.57º | 0.36% | 0.23% | - |
| HSV(B) | 348.57º | 0.53% | 0.31% | - |
| XYZ | 4.36 | 3.17 | 2.87 | - |
| YUV | 50.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 45 | 0 | 0.53 | 0.43 | 0.69 | 348.57 | 0.36 | 0.23 |
| Hex | 4F | 25 | 2D | 0 | 35 | 2B | 45 | 15D | 24 | 17 |
| Octal | 117 | 45 | 55 | 0 | 65 | 53 | 105 | 535 | 44 | 27 |
| Binary | 1001111 | 100101 | 101101 | 0 | 110101 | 101011 | 1000101 | 101011101 | 100100 | 10111 |
Color Harmonies of #4F252D
Complementary color
Monochromatic Colors of #4F252D
Black with #4F252D
Text Example
Text Example
White with #4F252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F252D; }
p { color: rgb(79,37,45); }
H1.HeaderClassName
{
color: #4F252D;
}
.AnyTagClassName
{
color: #4F252D;
}
</style>
background-color css
<style>
a { background-color: #4F252D; }
a { background-color: rgb(79,37,45); }
div.DivClassName
{
background-color: #4F252D;
}
.BgClassName
{
background-color: #4F252D;
}
</style>
border-color css
<style>
span { border-color: #4F252D; }
span { border-color: rgb(79,37,45); }
td.TdClassName
{
border-color: #4F252D;
}
.TagClassName
{
border-color: #4F252D;
}
</style>