Shades of Bulgarian Rose #48262C
Tints of Bulgarian Rose #48262C
RGB
CMYK
RGB Variations
Color information
#48262C (or 0x48262C) is known color: Bulgarian Rose. HEX triplet: 48, 26 and 2C. RGB value is (72,38,44). Sum of RGB (Red+Green+Blue) = 72+38+44=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262C is #B7D9D3. Grayscale: #303030. Windows color (decimal): -12048852 or 2893384. OLE color: 2893384.
HSL color Cylindrical-coordinate representation of color #48262C: hue angle of 349.41º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48262C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 38 | 44 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.72 |
| HSL | 349.41º | 0.31% | 0.22% | - |
| HSV(B) | 349.41º | 0.47% | 0.28% | - |
| XYZ | 3.82 | 2.95 | 2.75 | - |
| YUV | 48.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 38 | 44 | 0 | 0.47 | 0.39 | 0.72 | 349.41 | 0.31 | 0.22 |
| Hex | 48 | 26 | 2C | 0 | 2F | 27 | 48 | 15D | 1F | 16 |
| Octal | 110 | 46 | 54 | 0 | 57 | 47 | 110 | 535 | 37 | 26 |
| Binary | 1001000 | 100110 | 101100 | 0 | 101111 | 100111 | 1001000 | 101011101 | 11111 | 10110 |
Color Harmonies of #48262C
Complementary color
Monochromatic Colors of #48262C
Black with #48262C
Text Example
Text Example
White with #48262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48262C; }
p { color: rgb(72,38,44); }
H1.HeaderClassName
{
color: #48262C;
}
.AnyTagClassName
{
color: #48262C;
}
</style>
background-color css
<style>
a { background-color: #48262C; }
a { background-color: rgb(72,38,44); }
div.DivClassName
{
background-color: #48262C;
}
.BgClassName
{
background-color: #48262C;
}
</style>
border-color css
<style>
span { border-color: #48262C; }
span { border-color: rgb(72,38,44); }
td.TdClassName
{
border-color: #48262C;
}
.TagClassName
{
border-color: #48262C;
}
</style>