Shades of Bulgarian Rose #4E2329
Tints of Bulgarian Rose #4E2329
RGB
CMYK
RGB Variations
Color information
#4E2329 (or 0x4E2329) is known color: Bulgarian Rose. HEX triplet: 4E, 23 and 29. RGB value is (78,35,41). Sum of RGB (Red+Green+Blue) = 78+35+41=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2329 is #B1DCD6. Grayscale: #303030. Windows color (decimal): -11656407 or 2696014. OLE color: 2696014.
HSL color Cylindrical-coordinate representation of color #4E2329: hue angle of 351.63º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E2329 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 41 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.69 |
| HSL | 351.63º | 0.38% | 0.22% | - |
| HSV(B) | 351.63º | 0.55% | 0.31% | - |
| XYZ | 4.14 | 2.98 | 2.46 | - |
| YUV | 48.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 41 | 0 | 0.55 | 0.47 | 0.69 | 351.63 | 0.38 | 0.22 |
| Hex | 4E | 23 | 29 | 0 | 37 | 2F | 45 | 160 | 26 | 16 |
| Octal | 116 | 43 | 51 | 0 | 67 | 57 | 105 | 540 | 46 | 26 |
| Binary | 1001110 | 100011 | 101001 | 0 | 110111 | 101111 | 1000101 | 101100000 | 100110 | 10110 |
Color Harmonies of #4E2329
Complementary color
Monochromatic Colors of #4E2329
Black with #4E2329
Text Example
Text Example
White with #4E2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2329; }
p { color: rgb(78,35,41); }
H1.HeaderClassName
{
color: #4E2329;
}
.AnyTagClassName
{
color: #4E2329;
}
</style>
background-color css
<style>
a { background-color: #4E2329; }
a { background-color: rgb(78,35,41); }
div.DivClassName
{
background-color: #4E2329;
}
.BgClassName
{
background-color: #4E2329;
}
</style>
border-color css
<style>
span { border-color: #4E2329; }
span { border-color: rgb(78,35,41); }
td.TdClassName
{
border-color: #4E2329;
}
.TagClassName
{
border-color: #4E2329;
}
</style>