Shades of Bulgarian Rose #49282B
Tints of Bulgarian Rose #49282B
RGB
CMYK
RGB Variations
Color information
#49282B (or 0x49282B) is known color: Bulgarian Rose. HEX triplet: 49, 28 and 2B. RGB value is (73,40,43). Sum of RGB (Red+Green+Blue) = 73+40+43=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49282B is #B6D7D4. Grayscale: #323232. Windows color (decimal): -11982805 or 2828361. OLE color: 2828361.
HSL color Cylindrical-coordinate representation of color #49282B: hue angle of 354.55º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49282B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 40 | 43 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.71 |
| HSL | 354.55º | 0.29% | 0.22% | - |
| HSV(B) | 354.55º | 0.45% | 0.29% | - |
| XYZ | 3.94 | 3.11 | 2.68 | - |
| YUV | 50.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 43 | 0 | 0.45 | 0.41 | 0.71 | 354.55 | 0.29 | 0.22 |
| Hex | 49 | 28 | 2B | 0 | 2D | 29 | 47 | 163 | 1D | 16 |
| Octal | 111 | 50 | 53 | 0 | 55 | 51 | 107 | 543 | 35 | 26 |
| Binary | 1001001 | 101000 | 101011 | 0 | 101101 | 101001 | 1000111 | 101100011 | 11101 | 10110 |
Color Harmonies of #49282B
Complementary color
Monochromatic Colors of #49282B
Black with #49282B
Text Example
Text Example
White with #49282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49282B; }
p { color: rgb(73,40,43); }
H1.HeaderClassName
{
color: #49282B;
}
.AnyTagClassName
{
color: #49282B;
}
</style>
background-color css
<style>
a { background-color: #49282B; }
a { background-color: rgb(73,40,43); }
div.DivClassName
{
background-color: #49282B;
}
.BgClassName
{
background-color: #49282B;
}
</style>
border-color css
<style>
span { border-color: #49282B; }
span { border-color: rgb(73,40,43); }
td.TdClassName
{
border-color: #49282B;
}
.TagClassName
{
border-color: #49282B;
}
</style>