Shades of Bulgarian Rose #48292C
Tints of Bulgarian Rose #48292C
RGB
CMYK
RGB Variations
Color information
#48292C (or 0x48292C) is known color: Bulgarian Rose. HEX triplet: 48, 29 and 2C. RGB value is (72,41,44). Sum of RGB (Red+Green+Blue) = 72+41+44=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48292C is #B7D6D3. Grayscale: #323232. Windows color (decimal): -12048084 or 2894152. OLE color: 2894152.
HSL color Cylindrical-coordinate representation of color #48292C: hue angle of 354.19º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48292C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 44 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.72 |
| HSL | 354.19º | 0.27% | 0.22% | - |
| HSV(B) | 354.19º | 0.43% | 0.28% | - |
| XYZ | 3.92 | 3.15 | 2.78 | - |
| YUV | 50.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 44 | 0 | 0.43 | 0.39 | 0.72 | 354.19 | 0.27 | 0.22 |
| Hex | 48 | 29 | 2C | 0 | 2B | 27 | 48 | 162 | 1B | 16 |
| Octal | 110 | 51 | 54 | 0 | 53 | 47 | 110 | 542 | 33 | 26 |
| Binary | 1001000 | 101001 | 101100 | 0 | 101011 | 100111 | 1001000 | 101100010 | 11011 | 10110 |
Color Harmonies of #48292C
Complementary color
Monochromatic Colors of #48292C
Black with #48292C
Text Example
Text Example
White with #48292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48292C; }
p { color: rgb(72,41,44); }
H1.HeaderClassName
{
color: #48292C;
}
.AnyTagClassName
{
color: #48292C;
}
</style>
background-color css
<style>
a { background-color: #48292C; }
a { background-color: rgb(72,41,44); }
div.DivClassName
{
background-color: #48292C;
}
.BgClassName
{
background-color: #48292C;
}
</style>
border-color css
<style>
span { border-color: #48292C; }
span { border-color: rgb(72,41,44); }
td.TdClassName
{
border-color: #48292C;
}
.TagClassName
{
border-color: #48292C;
}
</style>