Shades of Bulgarian Rose #49262A
Tints of Bulgarian Rose #49262A
RGB
CMYK
RGB Variations
Color information
#49262A (or 0x49262A) is known color: Bulgarian Rose. HEX triplet: 49, 26 and 2A. RGB value is (73,38,42). Sum of RGB (Red+Green+Blue) = 73+38+42=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49262A is #B6D9D5. Grayscale: #303030. Windows color (decimal): -11983318 or 2762313. OLE color: 2762313.
HSL color Cylindrical-coordinate representation of color #49262A: hue angle of 353.14º 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 #49262A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 38 | 42 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.71 |
| HSL | 353.14º | 0.32% | 0.22% | - |
| HSV(B) | 353.14º | 0.48% | 0.29% | - |
| XYZ | 3.86 | 2.97 | 2.56 | - |
| YUV | 48.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 42 | 0 | 0.48 | 0.42 | 0.71 | 353.14 | 0.32 | 0.22 |
| Hex | 49 | 26 | 2A | 0 | 30 | 2A | 47 | 161 | 20 | 16 |
| Octal | 111 | 46 | 52 | 0 | 60 | 52 | 107 | 541 | 40 | 26 |
| Binary | 1001001 | 100110 | 101010 | 0 | 110000 | 101010 | 1000111 | 101100001 | 100000 | 10110 |
Color Harmonies of #49262A
Complementary color
Monochromatic Colors of #49262A
Black with #49262A
Text Example
Text Example
White with #49262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49262A; }
p { color: rgb(73,38,42); }
H1.HeaderClassName
{
color: #49262A;
}
.AnyTagClassName
{
color: #49262A;
}
</style>
background-color css
<style>
a { background-color: #49262A; }
a { background-color: rgb(73,38,42); }
div.DivClassName
{
background-color: #49262A;
}
.BgClassName
{
background-color: #49262A;
}
</style>
border-color css
<style>
span { border-color: #49262A; }
span { border-color: rgb(73,38,42); }
td.TdClassName
{
border-color: #49262A;
}
.TagClassName
{
border-color: #49262A;
}
</style>