Shades of Bulgarian Rose #49242A
Tints of Bulgarian Rose #49242A
RGB
CMYK
RGB Variations
Color information
#49242A (or 0x49242A) is known color: Bulgarian Rose. HEX triplet: 49, 24 and 2A. RGB value is (73,36,42). Sum of RGB (Red+Green+Blue) = 73+36+42=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49242A is #B6DBD5. Grayscale: #2F2F2F. Windows color (decimal): -11983830 or 2761801. OLE color: 2761801.
HSL color Cylindrical-coordinate representation of color #49242A: hue angle of 350.27º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49242A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 42 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.71 |
| HSL | 350.27º | 0.34% | 0.21% | - |
| HSV(B) | 350.27º | 0.51% | 0.29% | - |
| XYZ | 3.8 | 2.85 | 2.54 | - |
| YUV | 47.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 42 | 0 | 0.51 | 0.42 | 0.71 | 350.27 | 0.34 | 0.21 |
| Hex | 49 | 24 | 2A | 0 | 33 | 2A | 47 | 15E | 22 | 15 |
| Octal | 111 | 44 | 52 | 0 | 63 | 52 | 107 | 536 | 42 | 25 |
| Binary | 1001001 | 100100 | 101010 | 0 | 110011 | 101010 | 1000111 | 101011110 | 100010 | 10101 |
Color Harmonies of #49242A
Complementary color
Monochromatic Colors of #49242A
Black with #49242A
Text Example
Text Example
White with #49242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49242A; }
p { color: rgb(73,36,42); }
H1.HeaderClassName
{
color: #49242A;
}
.AnyTagClassName
{
color: #49242A;
}
</style>
background-color css
<style>
a { background-color: #49242A; }
a { background-color: rgb(73,36,42); }
div.DivClassName
{
background-color: #49242A;
}
.BgClassName
{
background-color: #49242A;
}
</style>
border-color css
<style>
span { border-color: #49242A; }
span { border-color: rgb(73,36,42); }
td.TdClassName
{
border-color: #49242A;
}
.TagClassName
{
border-color: #49242A;
}
</style>