Shades of Bulgarian Rose #481C1D
Tints of Bulgarian Rose #481C1D
RGB
CMYK
RGB Variations
Color information
#481C1D (or 0x481C1D) is known color: Bulgarian Rose. HEX triplet: 48, 1C and 1D. RGB value is (72,28,29). Sum of RGB (Red+Green+Blue) = 72+28+29=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C1D is #B7E3E2. Grayscale: #292929. Windows color (decimal): -12051427 or 1907784. OLE color: 1907784.
HSL color Cylindrical-coordinate representation of color #481C1D: hue angle of 358.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C1D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 29 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.72 |
| HSL | 358.64º | 0.44% | 0.2% | - |
| HSV(B) | 358.64º | 0.61% | 0.28% | - |
| XYZ | 3.31 | 2.3 | 1.43 | - |
| YUV | 41.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 29 | 0 | 0.61 | 0.60 | 0.72 | 358.64 | 0.44 | 0.2 |
| Hex | 48 | 1C | 1D | 0 | 3D | 3C | 48 | 167 | 2C | 14 |
| Octal | 110 | 34 | 35 | 0 | 75 | 74 | 110 | 547 | 54 | 24 |
| Binary | 1001000 | 11100 | 11101 | 0 | 111101 | 111100 | 1001000 | 101100111 | 101100 | 10100 |
Color Harmonies of #481C1D
Complementary color
Monochromatic Colors of #481C1D
Black with #481C1D
Text Example
Text Example
White with #481C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C1D; }
p { color: rgb(72,28,29); }
H1.HeaderClassName
{
color: #481C1D;
}
.AnyTagClassName
{
color: #481C1D;
}
</style>
background-color css
<style>
a { background-color: #481C1D; }
a { background-color: rgb(72,28,29); }
div.DivClassName
{
background-color: #481C1D;
}
.BgClassName
{
background-color: #481C1D;
}
</style>
border-color css
<style>
span { border-color: #481C1D; }
span { border-color: rgb(72,28,29); }
td.TdClassName
{
border-color: #481C1D;
}
.TagClassName
{
border-color: #481C1D;
}
</style>