Shades of Bulgarian Rose #482021
Tints of Bulgarian Rose #482021
RGB
CMYK
RGB Variations
Color information
#482021 (or 0x482021) is known color: Bulgarian Rose. HEX triplet: 48, 20 and 21. RGB value is (72,32,33). Sum of RGB (Red+Green+Blue) = 72+32+33=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #482021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482021 is #B7DFDE. Grayscale: #2C2C2C. Windows color (decimal): -12050399 or 2170952. OLE color: 2170952.
HSL color Cylindrical-coordinate representation of color #482021: hue angle of 358.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482021 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 33 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.72 |
| HSL | 358.5º | 0.38% | 0.2% | - |
| HSV(B) | 358.5º | 0.56% | 0.28% | - |
| XYZ | 3.46 | 2.52 | 1.74 | - |
| YUV | 44.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 33 | 0 | 0.56 | 0.54 | 0.72 | 358.5 | 0.38 | 0.2 |
| Hex | 48 | 20 | 21 | 0 | 38 | 36 | 48 | 166 | 26 | 14 |
| Octal | 110 | 40 | 41 | 0 | 70 | 66 | 110 | 546 | 46 | 24 |
| Binary | 1001000 | 100000 | 100001 | 0 | 111000 | 110110 | 1001000 | 101100110 | 100110 | 10100 |
Color Harmonies of #482021
Complementary color
Monochromatic Colors of #482021
Black with #482021
Text Example
Text Example
White with #482021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482021; }
p { color: rgb(72,32,33); }
H1.HeaderClassName
{
color: #482021;
}
.AnyTagClassName
{
color: #482021;
}
</style>
background-color css
<style>
a { background-color: #482021; }
a { background-color: rgb(72,32,33); }
div.DivClassName
{
background-color: #482021;
}
.BgClassName
{
background-color: #482021;
}
</style>
border-color css
<style>
span { border-color: #482021; }
span { border-color: rgb(72,32,33); }
td.TdClassName
{
border-color: #482021;
}
.TagClassName
{
border-color: #482021;
}
</style>