Shades of Bulgarian Rose #49252C
Tints of Bulgarian Rose #49252C
RGB
CMYK
RGB Variations
Color information
#49252C (or 0x49252C) is known color: Bulgarian Rose. HEX triplet: 49, 25 and 2C. RGB value is (73,37,44). Sum of RGB (Red+Green+Blue) = 73+37+44=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49252C is #B6DAD3. Grayscale: #303030. Windows color (decimal): -11983572 or 2893129. OLE color: 2893129.
HSL color Cylindrical-coordinate representation of color #49252C: hue angle of 348.33º 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 #49252C is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 44 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.71 |
| HSL | 348.33º | 0.33% | 0.22% | - |
| HSV(B) | 348.33º | 0.49% | 0.29% | - |
| XYZ | 3.86 | 2.92 | 2.74 | - |
| YUV | 48.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 44 | 0 | 0.49 | 0.40 | 0.71 | 348.33 | 0.33 | 0.22 |
| Hex | 49 | 25 | 2C | 0 | 31 | 28 | 47 | 15C | 21 | 16 |
| Octal | 111 | 45 | 54 | 0 | 61 | 50 | 107 | 534 | 41 | 26 |
| Binary | 1001001 | 100101 | 101100 | 0 | 110001 | 101000 | 1000111 | 101011100 | 100001 | 10110 |
Color Harmonies of #49252C
Complementary color
Monochromatic Colors of #49252C
Black with #49252C
Text Example
Text Example
White with #49252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49252C; }
p { color: rgb(73,37,44); }
H1.HeaderClassName
{
color: #49252C;
}
.AnyTagClassName
{
color: #49252C;
}
</style>
background-color css
<style>
a { background-color: #49252C; }
a { background-color: rgb(73,37,44); }
div.DivClassName
{
background-color: #49252C;
}
.BgClassName
{
background-color: #49252C;
}
</style>
border-color css
<style>
span { border-color: #49252C; }
span { border-color: rgb(73,37,44); }
td.TdClassName
{
border-color: #49252C;
}
.TagClassName
{
border-color: #49252C;
}
</style>