Shades of Bulgarian Rose #49262B
Tints of Bulgarian Rose #49262B
RGB
CMYK
RGB Variations
Color information
#49262B (or 0x49262B) is known color: Bulgarian Rose. HEX triplet: 49, 26 and 2B. RGB value is (73,38,43). Sum of RGB (Red+Green+Blue) = 73+38+43=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49262B is #B6D9D4. Grayscale: #313131. Windows color (decimal): -11983317 or 2827849. OLE color: 2827849.
HSL color Cylindrical-coordinate representation of color #49262B: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49262B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 43 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.71 |
| HSL | 351.43º | 0.32% | 0.22% | - |
| HSV(B) | 351.43º | 0.48% | 0.29% | - |
| XYZ | 3.88 | 2.98 | 2.66 | - |
| YUV | 49.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 43 | 0 | 0.48 | 0.41 | 0.71 | 351.43 | 0.32 | 0.22 |
| Hex | 49 | 26 | 2B | 0 | 30 | 29 | 47 | 15F | 20 | 16 |
| Octal | 111 | 46 | 53 | 0 | 60 | 51 | 107 | 537 | 40 | 26 |
| Binary | 1001001 | 100110 | 101011 | 0 | 110000 | 101001 | 1000111 | 101011111 | 100000 | 10110 |
Color Harmonies of #49262B
Complementary color
Monochromatic Colors of #49262B
Black with #49262B
Text Example
Text Example
White with #49262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49262B; }
p { color: rgb(73,38,43); }
H1.HeaderClassName
{
color: #49262B;
}
.AnyTagClassName
{
color: #49262B;
}
</style>
background-color css
<style>
a { background-color: #49262B; }
a { background-color: rgb(73,38,43); }
div.DivClassName
{
background-color: #49262B;
}
.BgClassName
{
background-color: #49262B;
}
</style>
border-color css
<style>
span { border-color: #49262B; }
span { border-color: rgb(73,38,43); }
td.TdClassName
{
border-color: #49262B;
}
.TagClassName
{
border-color: #49262B;
}
</style>