Shades of Black Rose #4E2937
Tints of Black Rose #4E2937
RGB
CMYK
RGB Variations
Color information
#4E2937 (or 0x4E2937) is known color: Black Rose. HEX triplet: 4E, 29 and 37. RGB value is (78,41,55). Sum of RGB (Red+Green+Blue) = 78+41+55=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2937 is #B1D6C8. Grayscale: #353535. Windows color (decimal): -11654857 or 3615054. OLE color: 3615054.
HSL color Cylindrical-coordinate representation of color #4E2937: hue angle of 337.3º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E2937 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 55 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.69 |
| HSL | 337.3º | 0.31% | 0.23% | - |
| HSV(B) | 337.3º | 0.47% | 0.31% | - |
| XYZ | 4.62 | 3.48 | 4.04 | - |
| YUV | 53.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 55 | 0 | 0.47 | 0.29 | 0.69 | 337.3 | 0.31 | 0.23 |
| Hex | 4E | 29 | 37 | 0 | 2F | 1D | 45 | 151 | 1F | 17 |
| Octal | 116 | 51 | 67 | 0 | 57 | 35 | 105 | 521 | 37 | 27 |
| Binary | 1001110 | 101001 | 110111 | 0 | 101111 | 11101 | 1000101 | 101010001 | 11111 | 10111 |
Color Harmonies of #4E2937
Complementary color
Monochromatic Colors of #4E2937
Black with #4E2937
Text Example
Text Example
White with #4E2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2937; }
p { color: rgb(78,41,55); }
H1.HeaderClassName
{
color: #4E2937;
}
.AnyTagClassName
{
color: #4E2937;
}
</style>
background-color css
<style>
a { background-color: #4E2937; }
a { background-color: rgb(78,41,55); }
div.DivClassName
{
background-color: #4E2937;
}
.BgClassName
{
background-color: #4E2937;
}
</style>
border-color css
<style>
span { border-color: #4E2937; }
span { border-color: rgb(78,41,55); }
td.TdClassName
{
border-color: #4E2937;
}
.TagClassName
{
border-color: #4E2937;
}
</style>