Shades of Bulgarian Rose #48282A
Tints of Bulgarian Rose #48282A
RGB
CMYK
RGB Variations
Color information
#48282A (or 0x48282A) is known color: Bulgarian Rose. HEX triplet: 48, 28 and 2A. RGB value is (72,40,42). Sum of RGB (Red+Green+Blue) = 72+40+42=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48282A is #B7D7D5. Grayscale: #313131. Windows color (decimal): -12048342 or 2762824. OLE color: 2762824.
HSL color Cylindrical-coordinate representation of color #48282A: hue angle of 356.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48282A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 42 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.72 |
| HSL | 356.25º | 0.29% | 0.22% | - |
| HSV(B) | 356.25º | 0.44% | 0.28% | - |
| XYZ | 3.85 | 3.06 | 2.58 | - |
| YUV | 49.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 42 | 0 | 0.44 | 0.42 | 0.72 | 356.25 | 0.29 | 0.22 |
| Hex | 48 | 28 | 2A | 0 | 2C | 2A | 48 | 164 | 1D | 16 |
| Octal | 110 | 50 | 52 | 0 | 54 | 52 | 110 | 544 | 35 | 26 |
| Binary | 1001000 | 101000 | 101010 | 0 | 101100 | 101010 | 1001000 | 101100100 | 11101 | 10110 |
Color Harmonies of #48282A
Complementary color
Monochromatic Colors of #48282A
Black with #48282A
Text Example
Text Example
White with #48282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48282A; }
p { color: rgb(72,40,42); }
H1.HeaderClassName
{
color: #48282A;
}
.AnyTagClassName
{
color: #48282A;
}
</style>
background-color css
<style>
a { background-color: #48282A; }
a { background-color: rgb(72,40,42); }
div.DivClassName
{
background-color: #48282A;
}
.BgClassName
{
background-color: #48282A;
}
</style>
border-color css
<style>
span { border-color: #48282A; }
span { border-color: rgb(72,40,42); }
td.TdClassName
{
border-color: #48282A;
}
.TagClassName
{
border-color: #48282A;
}
</style>