Shades of Black Rose #4E2532
Tints of Black Rose #4E2532
RGB
CMYK
RGB Variations
Color information
#4E2532 (or 0x4E2532) is known color: Black Rose. HEX triplet: 4E, 25 and 32. RGB value is (78,37,50). Sum of RGB (Red+Green+Blue) = 78+37+50=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2532 is #B1DACD. Grayscale: #323232. Windows color (decimal): -11655886 or 3286350. OLE color: 3286350.
HSL color Cylindrical-coordinate representation of color #4E2532: hue angle of 340.98º 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 #4E2532 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 50 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.69 |
| HSL | 340.98º | 0.36% | 0.23% | - |
| HSV(B) | 340.98º | 0.53% | 0.31% | - |
| XYZ | 4.38 | 3.17 | 3.4 | - |
| YUV | 50.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 50 | 0 | 0.53 | 0.36 | 0.69 | 340.98 | 0.36 | 0.23 |
| Hex | 4E | 25 | 32 | 0 | 35 | 24 | 45 | 155 | 24 | 17 |
| Octal | 116 | 45 | 62 | 0 | 65 | 44 | 105 | 525 | 44 | 27 |
| Binary | 1001110 | 100101 | 110010 | 0 | 110101 | 100100 | 1000101 | 101010101 | 100100 | 10111 |
Color Harmonies of #4E2532
Complementary color
Monochromatic Colors of #4E2532
Black with #4E2532
Text Example
Text Example
White with #4E2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2532; }
p { color: rgb(78,37,50); }
H1.HeaderClassName
{
color: #4E2532;
}
.AnyTagClassName
{
color: #4E2532;
}
</style>
background-color css
<style>
a { background-color: #4E2532; }
a { background-color: rgb(78,37,50); }
div.DivClassName
{
background-color: #4E2532;
}
.BgClassName
{
background-color: #4E2532;
}
</style>
border-color css
<style>
span { border-color: #4E2532; }
span { border-color: rgb(78,37,50); }
td.TdClassName
{
border-color: #4E2532;
}
.TagClassName
{
border-color: #4E2532;
}
</style>