Shades of Bulgarian Rose #49272B
Tints of Bulgarian Rose #49272B
RGB
CMYK
RGB Variations
Color information
#49272B (or 0x49272B) is known color: Bulgarian Rose. HEX triplet: 49, 27 and 2B. RGB value is (73,39,43). Sum of RGB (Red+Green+Blue) = 73+39+43=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272B is #B6D8D4. Grayscale: #313131. Windows color (decimal): -11983061 or 2828105. OLE color: 2828105.
HSL color Cylindrical-coordinate representation of color #49272B: hue angle of 352.94º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49272B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 39 | 43 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.71 |
| HSL | 352.94º | 0.3% | 0.22% | - |
| HSV(B) | 352.94º | 0.47% | 0.29% | - |
| XYZ | 3.91 | 3.04 | 2.67 | - |
| YUV | 49.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 43 | 0 | 0.47 | 0.41 | 0.71 | 352.94 | 0.3 | 0.22 |
| Hex | 49 | 27 | 2B | 0 | 2F | 29 | 47 | 161 | 1E | 16 |
| Octal | 111 | 47 | 53 | 0 | 57 | 51 | 107 | 541 | 36 | 26 |
| Binary | 1001001 | 100111 | 101011 | 0 | 101111 | 101001 | 1000111 | 101100001 | 11110 | 10110 |
Color Harmonies of #49272B
Complementary color
Monochromatic Colors of #49272B
Black with #49272B
Text Example
Text Example
White with #49272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49272B; }
p { color: rgb(73,39,43); }
H1.HeaderClassName
{
color: #49272B;
}
.AnyTagClassName
{
color: #49272B;
}
</style>
background-color css
<style>
a { background-color: #49272B; }
a { background-color: rgb(73,39,43); }
div.DivClassName
{
background-color: #49272B;
}
.BgClassName
{
background-color: #49272B;
}
</style>
border-color css
<style>
span { border-color: #49272B; }
span { border-color: rgb(73,39,43); }
td.TdClassName
{
border-color: #49272B;
}
.TagClassName
{
border-color: #49272B;
}
</style>