Shades of Black Rose #4D2932
Tints of Black Rose #4D2932
RGB
CMYK
RGB Variations
Color information
#4D2932 (or 0x4D2932) is known color: Black Rose. HEX triplet: 4D, 29 and 32. RGB value is (77,41,50). Sum of RGB (Red+Green+Blue) = 77+41+50=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2932 is #B2D6CD. Grayscale: #343434. Windows color (decimal): -11720398 or 3287373. OLE color: 3287373.
HSL color Cylindrical-coordinate representation of color #4D2932: hue angle of 345º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D2932 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 50 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.70 |
| HSL | 345º | 0.31% | 0.23% | - |
| HSV(B) | 345º | 0.47% | 0.3% | - |
| XYZ | 4.43 | 3.39 | 3.44 | - |
| YUV | 52.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 50 | 0 | 0.47 | 0.35 | 0.70 | 345 | 0.31 | 0.23 |
| Hex | 4D | 29 | 32 | 0 | 2F | 23 | 46 | 159 | 1F | 17 |
| Octal | 115 | 51 | 62 | 0 | 57 | 43 | 106 | 531 | 37 | 27 |
| Binary | 1001101 | 101001 | 110010 | 0 | 101111 | 100011 | 1000110 | 101011001 | 11111 | 10111 |
Color Harmonies of #4D2932
Complementary color
Monochromatic Colors of #4D2932
Black with #4D2932
Text Example
Text Example
White with #4D2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2932; }
p { color: rgb(77,41,50); }
H1.HeaderClassName
{
color: #4D2932;
}
.AnyTagClassName
{
color: #4D2932;
}
</style>
background-color css
<style>
a { background-color: #4D2932; }
a { background-color: rgb(77,41,50); }
div.DivClassName
{
background-color: #4D2932;
}
.BgClassName
{
background-color: #4D2932;
}
</style>
border-color css
<style>
span { border-color: #4D2932; }
span { border-color: rgb(77,41,50); }
td.TdClassName
{
border-color: #4D2932;
}
.TagClassName
{
border-color: #4D2932;
}
</style>