Shades of Bulgarian Rose #49252B
Tints of Bulgarian Rose #49252B
RGB
CMYK
RGB Variations
Color information
#49252B (or 0x49252B) is known color: Bulgarian Rose. HEX triplet: 49, 25 and 2B. RGB value is (73,37,43). Sum of RGB (Red+Green+Blue) = 73+37+43=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49252B is #B6DAD4. Grayscale: #303030. Windows color (decimal): -11983573 or 2827593. OLE color: 2827593.
HSL color Cylindrical-coordinate representation of color #49252B: hue angle of 350º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49252B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 43 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.71 |
| HSL | 350º | 0.33% | 0.22% | - |
| HSV(B) | 350º | 0.49% | 0.29% | - |
| XYZ | 3.85 | 2.91 | 2.65 | - |
| YUV | 48.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 43 | 0 | 0.49 | 0.41 | 0.71 | 350 | 0.33 | 0.22 |
| Hex | 49 | 25 | 2B | 0 | 31 | 29 | 47 | 15E | 21 | 16 |
| Octal | 111 | 45 | 53 | 0 | 61 | 51 | 107 | 536 | 41 | 26 |
| Binary | 1001001 | 100101 | 101011 | 0 | 110001 | 101001 | 1000111 | 101011110 | 100001 | 10110 |
Color Harmonies of #49252B
Complementary color
Monochromatic Colors of #49252B
Black with #49252B
Text Example
Text Example
White with #49252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49252B; }
p { color: rgb(73,37,43); }
H1.HeaderClassName
{
color: #49252B;
}
.AnyTagClassName
{
color: #49252B;
}
</style>
background-color css
<style>
a { background-color: #49252B; }
a { background-color: rgb(73,37,43); }
div.DivClassName
{
background-color: #49252B;
}
.BgClassName
{
background-color: #49252B;
}
</style>
border-color css
<style>
span { border-color: #49252B; }
span { border-color: rgb(73,37,43); }
td.TdClassName
{
border-color: #49252B;
}
.TagClassName
{
border-color: #49252B;
}
</style>