Shades of Bulgarian Rose #4D2225
Tints of Bulgarian Rose #4D2225
RGB
CMYK
RGB Variations
Color information
#4D2225 (or 0x4D2225) is known color: Bulgarian Rose. HEX triplet: 4D, 22 and 25. RGB value is (77,34,37). Sum of RGB (Red+Green+Blue) = 77+34+37=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2225 is #B2DDDA. Grayscale: #2F2F2F. Windows color (decimal): -11722203 or 2433613. OLE color: 2433613.
HSL color Cylindrical-coordinate representation of color #4D2225: hue angle of 355.81º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2225 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 37 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.70 |
| HSL | 355.81º | 0.39% | 0.22% | - |
| HSV(B) | 355.81º | 0.56% | 0.3% | - |
| XYZ | 3.97 | 2.86 | 2.09 | - |
| YUV | 47.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 37 | 0 | 0.56 | 0.52 | 0.70 | 355.81 | 0.39 | 0.22 |
| Hex | 4D | 22 | 25 | 0 | 38 | 34 | 46 | 164 | 27 | 16 |
| Octal | 115 | 42 | 45 | 0 | 70 | 64 | 106 | 544 | 47 | 26 |
| Binary | 1001101 | 100010 | 100101 | 0 | 111000 | 110100 | 1000110 | 101100100 | 100111 | 10110 |
Color Harmonies of #4D2225
Complementary color
Monochromatic Colors of #4D2225
Black with #4D2225
Text Example
Text Example
White with #4D2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2225; }
p { color: rgb(77,34,37); }
H1.HeaderClassName
{
color: #4D2225;
}
.AnyTagClassName
{
color: #4D2225;
}
</style>
background-color css
<style>
a { background-color: #4D2225; }
a { background-color: rgb(77,34,37); }
div.DivClassName
{
background-color: #4D2225;
}
.BgClassName
{
background-color: #4D2225;
}
</style>
border-color css
<style>
span { border-color: #4D2225; }
span { border-color: rgb(77,34,37); }
td.TdClassName
{
border-color: #4D2225;
}
.TagClassName
{
border-color: #4D2225;
}
</style>