Shades of Bulgarian Rose #4E2428
Tints of Bulgarian Rose #4E2428
RGB
CMYK
RGB Variations
Color information
#4E2428 (or 0x4E2428) is known color: Bulgarian Rose. HEX triplet: 4E, 24 and 28. RGB value is (78,36,40). Sum of RGB (Red+Green+Blue) = 78+36+40=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2428 is #B1DBD7. Grayscale: #313131. Windows color (decimal): -11656152 or 2630734. OLE color: 2630734.
HSL color Cylindrical-coordinate representation of color #4E2428: hue angle of 354.29º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2428 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 40 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.69 |
| HSL | 354.29º | 0.37% | 0.22% | - |
| HSV(B) | 354.29º | 0.54% | 0.31% | - |
| XYZ | 4.16 | 3.03 | 2.37 | - |
| YUV | 49.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 40 | 0 | 0.54 | 0.49 | 0.69 | 354.29 | 0.37 | 0.22 |
| Hex | 4E | 24 | 28 | 0 | 36 | 31 | 45 | 162 | 25 | 16 |
| Octal | 116 | 44 | 50 | 0 | 66 | 61 | 105 | 542 | 45 | 26 |
| Binary | 1001110 | 100100 | 101000 | 0 | 110110 | 110001 | 1000101 | 101100010 | 100101 | 10110 |
Color Harmonies of #4E2428
Complementary color
Monochromatic Colors of #4E2428
Black with #4E2428
Text Example
Text Example
White with #4E2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2428; }
p { color: rgb(78,36,40); }
H1.HeaderClassName
{
color: #4E2428;
}
.AnyTagClassName
{
color: #4E2428;
}
</style>
background-color css
<style>
a { background-color: #4E2428; }
a { background-color: rgb(78,36,40); }
div.DivClassName
{
background-color: #4E2428;
}
.BgClassName
{
background-color: #4E2428;
}
</style>
border-color css
<style>
span { border-color: #4E2428; }
span { border-color: rgb(78,36,40); }
td.TdClassName
{
border-color: #4E2428;
}
.TagClassName
{
border-color: #4E2428;
}
</style>