Shades of Black Rose #4E202D
Tints of Black Rose #4E202D
RGB
CMYK
RGB Variations
Color information
#4E202D (or 0x4E202D) is known color: Black Rose. HEX triplet: 4E, 20 and 2D. RGB value is (78,32,45). Sum of RGB (Red+Green+Blue) = 78+32+45=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E202D is #B1DFD2. Grayscale: #2F2F2F. Windows color (decimal): -11657171 or 2957390. OLE color: 2957390.
HSL color Cylindrical-coordinate representation of color #4E202D: hue angle of 343.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E202D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 45 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.69 |
| HSL | 343.04º | 0.42% | 0.22% | - |
| HSV(B) | 343.04º | 0.59% | 0.31% | - |
| XYZ | 4.13 | 2.84 | 2.81 | - |
| YUV | 47.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 45 | 0 | 0.59 | 0.42 | 0.69 | 343.04 | 0.42 | 0.22 |
| Hex | 4E | 20 | 2D | 0 | 3B | 2A | 45 | 157 | 2A | 16 |
| Octal | 116 | 40 | 55 | 0 | 73 | 52 | 105 | 527 | 52 | 26 |
| Binary | 1001110 | 100000 | 101101 | 0 | 111011 | 101010 | 1000101 | 101010111 | 101010 | 10110 |
Color Harmonies of #4E202D
Complementary color
Monochromatic Colors of #4E202D
Black with #4E202D
Text Example
Text Example
White with #4E202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E202D; }
p { color: rgb(78,32,45); }
H1.HeaderClassName
{
color: #4E202D;
}
.AnyTagClassName
{
color: #4E202D;
}
</style>
background-color css
<style>
a { background-color: #4E202D; }
a { background-color: rgb(78,32,45); }
div.DivClassName
{
background-color: #4E202D;
}
.BgClassName
{
background-color: #4E202D;
}
</style>
border-color css
<style>
span { border-color: #4E202D; }
span { border-color: rgb(78,32,45); }
td.TdClassName
{
border-color: #4E202D;
}
.TagClassName
{
border-color: #4E202D;
}
</style>