Shades of Bulgarian Rose #48252C
Tints of Bulgarian Rose #48252C
RGB
CMYK
RGB Variations
Color information
#48252C (or 0x48252C) is known color: Bulgarian Rose. HEX triplet: 48, 25 and 2C. RGB value is (72,37,44). Sum of RGB (Red+Green+Blue) = 72+37+44=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48252C is #B7DAD3. Grayscale: #303030. Windows color (decimal): -12049108 or 2893128. OLE color: 2893128.
HSL color Cylindrical-coordinate representation of color #48252C: hue angle of 348º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48252C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 44 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.72 |
| HSL | 348º | 0.32% | 0.21% | - |
| HSV(B) | 348º | 0.49% | 0.28% | - |
| XYZ | 3.79 | 2.88 | 2.74 | - |
| YUV | 48.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 44 | 0 | 0.49 | 0.39 | 0.72 | 348 | 0.32 | 0.21 |
| Hex | 48 | 25 | 2C | 0 | 31 | 27 | 48 | 15C | 20 | 15 |
| Octal | 110 | 45 | 54 | 0 | 61 | 47 | 110 | 534 | 40 | 25 |
| Binary | 1001000 | 100101 | 101100 | 0 | 110001 | 100111 | 1001000 | 101011100 | 100000 | 10101 |
Color Harmonies of #48252C
Complementary color
Monochromatic Colors of #48252C
Black with #48252C
Text Example
Text Example
White with #48252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48252C; }
p { color: rgb(72,37,44); }
H1.HeaderClassName
{
color: #48252C;
}
.AnyTagClassName
{
color: #48252C;
}
</style>
background-color css
<style>
a { background-color: #48252C; }
a { background-color: rgb(72,37,44); }
div.DivClassName
{
background-color: #48252C;
}
.BgClassName
{
background-color: #48252C;
}
</style>
border-color css
<style>
span { border-color: #48252C; }
span { border-color: rgb(72,37,44); }
td.TdClassName
{
border-color: #48252C;
}
.TagClassName
{
border-color: #48252C;
}
</style>