Shades of Black Rose #4D252D
Tints of Black Rose #4D252D
RGB
CMYK
RGB Variations
Color information
#4D252D (or 0x4D252D) is known color: Black Rose. HEX triplet: 4D, 25 and 2D. RGB value is (77,37,45). Sum of RGB (Red+Green+Blue) = 77+37+45=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D252D is #B2DAD2. Grayscale: #313131. Windows color (decimal): -11721427 or 2958669. OLE color: 2958669.
HSL color Cylindrical-coordinate representation of color #4D252D: hue angle of 348º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D252D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 45 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.70 |
| HSL | 348º | 0.35% | 0.22% | - |
| HSV(B) | 348º | 0.52% | 0.3% | - |
| XYZ | 4.2 | 3.09 | 2.86 | - |
| YUV | 49.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 45 | 0 | 0.52 | 0.42 | 0.70 | 348 | 0.35 | 0.22 |
| Hex | 4D | 25 | 2D | 0 | 34 | 2A | 46 | 15C | 23 | 16 |
| Octal | 115 | 45 | 55 | 0 | 64 | 52 | 106 | 534 | 43 | 26 |
| Binary | 1001101 | 100101 | 101101 | 0 | 110100 | 101010 | 1000110 | 101011100 | 100011 | 10110 |
Color Harmonies of #4D252D
Complementary color
Monochromatic Colors of #4D252D
Black with #4D252D
Text Example
Text Example
White with #4D252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D252D; }
p { color: rgb(77,37,45); }
H1.HeaderClassName
{
color: #4D252D;
}
.AnyTagClassName
{
color: #4D252D;
}
</style>
background-color css
<style>
a { background-color: #4D252D; }
a { background-color: rgb(77,37,45); }
div.DivClassName
{
background-color: #4D252D;
}
.BgClassName
{
background-color: #4D252D;
}
</style>
border-color css
<style>
span { border-color: #4D252D; }
span { border-color: rgb(77,37,45); }
td.TdClassName
{
border-color: #4D252D;
}
.TagClassName
{
border-color: #4D252D;
}
</style>