Shades of Black Rose #4D2A37
Tints of Black Rose #4D2A37
RGB
CMYK
RGB Variations
Color information
#4D2A37 (or 0x4D2A37) is known color: Black Rose. HEX triplet: 4D, 2A and 37. RGB value is (77,42,55). Sum of RGB (Red+Green+Blue) = 77+42+55=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A37 is #B2D5C8. Grayscale: #353535. Windows color (decimal): -11720137 or 3615309. OLE color: 3615309.
HSL color Cylindrical-coordinate representation of color #4D2A37: hue angle of 337.71º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D2A37 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 42 | 55 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.70 |
| HSL | 337.71º | 0.29% | 0.23% | - |
| HSV(B) | 337.71º | 0.45% | 0.3% | - |
| XYZ | 4.58 | 3.51 | 4.05 | - |
| YUV | 53.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 55 | 0 | 0.45 | 0.29 | 0.70 | 337.71 | 0.29 | 0.23 |
| Hex | 4D | 2A | 37 | 0 | 2D | 1D | 46 | 152 | 1D | 17 |
| Octal | 115 | 52 | 67 | 0 | 55 | 35 | 106 | 522 | 35 | 27 |
| Binary | 1001101 | 101010 | 110111 | 0 | 101101 | 11101 | 1000110 | 101010010 | 11101 | 10111 |
Color Harmonies of #4D2A37
Complementary color
Monochromatic Colors of #4D2A37
Black with #4D2A37
Text Example
Text Example
White with #4D2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2A37; }
p { color: rgb(77,42,55); }
H1.HeaderClassName
{
color: #4D2A37;
}
.AnyTagClassName
{
color: #4D2A37;
}
</style>
background-color css
<style>
a { background-color: #4D2A37; }
a { background-color: rgb(77,42,55); }
div.DivClassName
{
background-color: #4D2A37;
}
.BgClassName
{
background-color: #4D2A37;
}
</style>
border-color css
<style>
span { border-color: #4D2A37; }
span { border-color: rgb(77,42,55); }
td.TdClassName
{
border-color: #4D2A37;
}
.TagClassName
{
border-color: #4D2A37;
}
</style>