Shades of Bulgarian Rose #48272C
Tints of Bulgarian Rose #48272C
RGB
CMYK
RGB Variations
Color information
#48272C (or 0x48272C) is known color: Bulgarian Rose. HEX triplet: 48, 27 and 2C. RGB value is (72,39,44). Sum of RGB (Red+Green+Blue) = 72+39+44=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48272C is #B7D8D3. Grayscale: #313131. Windows color (decimal): -12048596 or 2893640. OLE color: 2893640.
HSL color Cylindrical-coordinate representation of color #48272C: hue angle of 350.91º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48272C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 44 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.72 |
| HSL | 350.91º | 0.3% | 0.22% | - |
| HSV(B) | 350.91º | 0.46% | 0.28% | - |
| XYZ | 3.85 | 3.01 | 2.76 | - |
| YUV | 49.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 44 | 0 | 0.46 | 0.39 | 0.72 | 350.91 | 0.3 | 0.22 |
| Hex | 48 | 27 | 2C | 0 | 2E | 27 | 48 | 15F | 1E | 16 |
| Octal | 110 | 47 | 54 | 0 | 56 | 47 | 110 | 537 | 36 | 26 |
| Binary | 1001000 | 100111 | 101100 | 0 | 101110 | 100111 | 1001000 | 101011111 | 11110 | 10110 |
Color Harmonies of #48272C
Complementary color
Monochromatic Colors of #48272C
Black with #48272C
Text Example
Text Example
White with #48272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48272C; }
p { color: rgb(72,39,44); }
H1.HeaderClassName
{
color: #48272C;
}
.AnyTagClassName
{
color: #48272C;
}
</style>
background-color css
<style>
a { background-color: #48272C; }
a { background-color: rgb(72,39,44); }
div.DivClassName
{
background-color: #48272C;
}
.BgClassName
{
background-color: #48272C;
}
</style>
border-color css
<style>
span { border-color: #48272C; }
span { border-color: rgb(72,39,44); }
td.TdClassName
{
border-color: #48272C;
}
.TagClassName
{
border-color: #48272C;
}
</style>