Shades of Bulgarian Rose #4D252B
Tints of Bulgarian Rose #4D252B
RGB
CMYK
RGB Variations
Color information
#4D252B (or 0x4D252B) is known color: Bulgarian Rose. HEX triplet: 4D, 25 and 2B. RGB value is (77,37,43). Sum of RGB (Red+Green+Blue) = 77+37+43=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D252B is #B2DAD4. Grayscale: #313131. Windows color (decimal): -11721429 or 2827597. OLE color: 2827597.
HSL color Cylindrical-coordinate representation of color #4D252B: hue angle of 351º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D252B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 43 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.70 |
| HSL | 351º | 0.35% | 0.22% | - |
| HSV(B) | 351º | 0.52% | 0.3% | - |
| XYZ | 4.16 | 3.08 | 2.66 | - |
| YUV | 49.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 43 | 0 | 0.52 | 0.44 | 0.70 | 351 | 0.35 | 0.22 |
| Hex | 4D | 25 | 2B | 0 | 34 | 2C | 46 | 15F | 23 | 16 |
| Octal | 115 | 45 | 53 | 0 | 64 | 54 | 106 | 537 | 43 | 26 |
| Binary | 1001101 | 100101 | 101011 | 0 | 110100 | 101100 | 1000110 | 101011111 | 100011 | 10110 |
Color Harmonies of #4D252B
Complementary color
Monochromatic Colors of #4D252B
Black with #4D252B
Text Example
Text Example
White with #4D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D252B; }
p { color: rgb(77,37,43); }
H1.HeaderClassName
{
color: #4D252B;
}
.AnyTagClassName
{
color: #4D252B;
}
</style>
background-color css
<style>
a { background-color: #4D252B; }
a { background-color: rgb(77,37,43); }
div.DivClassName
{
background-color: #4D252B;
}
.BgClassName
{
background-color: #4D252B;
}
</style>
border-color css
<style>
span { border-color: #4D252B; }
span { border-color: rgb(77,37,43); }
td.TdClassName
{
border-color: #4D252B;
}
.TagClassName
{
border-color: #4D252B;
}
</style>