Shades of Bulgarian Rose #4D2328
Tints of Bulgarian Rose #4D2328
RGB
CMYK
RGB Variations
Color information
#4D2328 (or 0x4D2328) is known color: Bulgarian Rose. HEX triplet: 4D, 23 and 28. RGB value is (77,35,40). Sum of RGB (Red+Green+Blue) = 77+35+40=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2328 is #B2DCD7. Grayscale: #303030. Windows color (decimal): -11721944 or 2630477. OLE color: 2630477.
HSL color Cylindrical-coordinate representation of color #4D2328: hue angle of 352.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D2328 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 35 | 40 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.70 |
| HSL | 352.86º | 0.38% | 0.22% | - |
| HSV(B) | 352.86º | 0.55% | 0.3% | - |
| XYZ | 4.04 | 2.93 | 2.36 | - |
| YUV | 48.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 40 | 0 | 0.55 | 0.48 | 0.70 | 352.86 | 0.38 | 0.22 |
| Hex | 4D | 23 | 28 | 0 | 37 | 30 | 46 | 161 | 26 | 16 |
| Octal | 115 | 43 | 50 | 0 | 67 | 60 | 106 | 541 | 46 | 26 |
| Binary | 1001101 | 100011 | 101000 | 0 | 110111 | 110000 | 1000110 | 101100001 | 100110 | 10110 |
Color Harmonies of #4D2328
Complementary color
Monochromatic Colors of #4D2328
Black with #4D2328
Text Example
Text Example
White with #4D2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2328; }
p { color: rgb(77,35,40); }
H1.HeaderClassName
{
color: #4D2328;
}
.AnyTagClassName
{
color: #4D2328;
}
</style>
background-color css
<style>
a { background-color: #4D2328; }
a { background-color: rgb(77,35,40); }
div.DivClassName
{
background-color: #4D2328;
}
.BgClassName
{
background-color: #4D2328;
}
</style>
border-color css
<style>
span { border-color: #4D2328; }
span { border-color: rgb(77,35,40); }
td.TdClassName
{
border-color: #4D2328;
}
.TagClassName
{
border-color: #4D2328;
}
</style>