Shades of Bulgarian Rose #481E21
Tints of Bulgarian Rose #481E21
RGB
CMYK
RGB Variations
Color information
#481E21 (or 0x481E21) is known color: Bulgarian Rose. HEX triplet: 48, 1E and 21. RGB value is (72,30,33). Sum of RGB (Red+Green+Blue) = 72+30+33=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E21 is #B7E1DE. Grayscale: #2A2A2A. Windows color (decimal): -12050911 or 2170440. OLE color: 2170440.
HSL color Cylindrical-coordinate representation of color #481E21: hue angle of 355.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E21 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 33 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.72 |
| HSL | 355.71º | 0.41% | 0.2% | - |
| HSV(B) | 355.71º | 0.58% | 0.28% | - |
| XYZ | 3.41 | 2.42 | 1.73 | - |
| YUV | 42.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 33 | 0 | 0.58 | 0.54 | 0.72 | 355.71 | 0.41 | 0.2 |
| Hex | 48 | 1E | 21 | 0 | 3A | 36 | 48 | 164 | 29 | 14 |
| Octal | 110 | 36 | 41 | 0 | 72 | 66 | 110 | 544 | 51 | 24 |
| Binary | 1001000 | 11110 | 100001 | 0 | 111010 | 110110 | 1001000 | 101100100 | 101001 | 10100 |
Color Harmonies of #481E21
Complementary color
Monochromatic Colors of #481E21
Black with #481E21
Text Example
Text Example
White with #481E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E21; }
p { color: rgb(72,30,33); }
H1.HeaderClassName
{
color: #481E21;
}
.AnyTagClassName
{
color: #481E21;
}
</style>
background-color css
<style>
a { background-color: #481E21; }
a { background-color: rgb(72,30,33); }
div.DivClassName
{
background-color: #481E21;
}
.BgClassName
{
background-color: #481E21;
}
</style>
border-color css
<style>
span { border-color: #481E21; }
span { border-color: rgb(72,30,33); }
td.TdClassName
{
border-color: #481E21;
}
.TagClassName
{
border-color: #481E21;
}
</style>