Shades of Bulgarian Rose #49252A
Tints of Bulgarian Rose #49252A
RGB
CMYK
RGB Variations
Color information
#49252A (or 0x49252A) is known color: Bulgarian Rose. HEX triplet: 49, 25 and 2A. RGB value is (73,37,42). Sum of RGB (Red+Green+Blue) = 73+37+42=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49252A is #B6DAD5. Grayscale: #303030. Windows color (decimal): -11983574 or 2762057. OLE color: 2762057.
HSL color Cylindrical-coordinate representation of color #49252A: hue angle of 351.67º 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 #49252A is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 42 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.71 |
| HSL | 351.67º | 0.33% | 0.22% | - |
| HSV(B) | 351.67º | 0.49% | 0.29% | - |
| XYZ | 3.83 | 2.91 | 2.55 | - |
| YUV | 48.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 42 | 0 | 0.49 | 0.42 | 0.71 | 351.67 | 0.33 | 0.22 |
| Hex | 49 | 25 | 2A | 0 | 31 | 2A | 47 | 160 | 21 | 16 |
| Octal | 111 | 45 | 52 | 0 | 61 | 52 | 107 | 540 | 41 | 26 |
| Binary | 1001001 | 100101 | 101010 | 0 | 110001 | 101010 | 1000111 | 101100000 | 100001 | 10110 |
Color Harmonies of #49252A
Complementary color
Monochromatic Colors of #49252A
Black with #49252A
Text Example
Text Example
White with #49252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49252A; }
p { color: rgb(73,37,42); }
H1.HeaderClassName
{
color: #49252A;
}
.AnyTagClassName
{
color: #49252A;
}
</style>
background-color css
<style>
a { background-color: #49252A; }
a { background-color: rgb(73,37,42); }
div.DivClassName
{
background-color: #49252A;
}
.BgClassName
{
background-color: #49252A;
}
</style>
border-color css
<style>
span { border-color: #49252A; }
span { border-color: rgb(73,37,42); }
td.TdClassName
{
border-color: #49252A;
}
.TagClassName
{
border-color: #49252A;
}
</style>