Shades of Bulgarian Rose #471D1F
Tints of Bulgarian Rose #471D1F
RGB
CMYK
RGB Variations
Color information
#471D1F (or 0x471D1F) is known color: Bulgarian Rose. HEX triplet: 47, 1D and 1F. RGB value is (71,29,31). Sum of RGB (Red+Green+Blue) = 71+29+31=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D1F is #B8E2E0. Grayscale: #292929. Windows color (decimal): -12116705 or 2039111. OLE color: 2039111.
HSL color Cylindrical-coordinate representation of color #471D1F: hue angle of 357.14º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D1F is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 31 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.72 |
| HSL | 357.14º | 0.42% | 0.2% | - |
| HSV(B) | 357.14º | 0.59% | 0.28% | - |
| XYZ | 3.29 | 2.32 | 1.57 | - |
| YUV | 41.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 31 | 0 | 0.59 | 0.56 | 0.72 | 357.14 | 0.42 | 0.2 |
| Hex | 47 | 1D | 1F | 0 | 3B | 38 | 48 | 165 | 2A | 14 |
| Octal | 107 | 35 | 37 | 0 | 73 | 70 | 110 | 545 | 52 | 24 |
| Binary | 1000111 | 11101 | 11111 | 0 | 111011 | 111000 | 1001000 | 101100101 | 101010 | 10100 |
Color Harmonies of #471D1F
Complementary color
Monochromatic Colors of #471D1F
Black with #471D1F
Text Example
Text Example
White with #471D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D1F; }
p { color: rgb(71,29,31); }
H1.HeaderClassName
{
color: #471D1F;
}
.AnyTagClassName
{
color: #471D1F;
}
</style>
background-color css
<style>
a { background-color: #471D1F; }
a { background-color: rgb(71,29,31); }
div.DivClassName
{
background-color: #471D1F;
}
.BgClassName
{
background-color: #471D1F;
}
</style>
border-color css
<style>
span { border-color: #471D1F; }
span { border-color: rgb(71,29,31); }
td.TdClassName
{
border-color: #471D1F;
}
.TagClassName
{
border-color: #471D1F;
}
</style>