Shades of Bulgarian Rose #471F22
Tints of Bulgarian Rose #471F22
RGB
CMYK
RGB Variations
Color information
#471F22 (or 0x471F22) is known color: Bulgarian Rose. HEX triplet: 47, 1F and 22. RGB value is (71,31,34). Sum of RGB (Red+Green+Blue) = 71+31+34=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #471F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F22 is #B8E0DD. Grayscale: #2B2B2B. Windows color (decimal): -12116190 or 2236231. OLE color: 2236231.
HSL color Cylindrical-coordinate representation of color #471F22: hue angle of 355.5º degrees, saturation: 0.39, 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 #471F22 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 34 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.72 |
| HSL | 355.5º | 0.39% | 0.2% | - |
| HSV(B) | 355.5º | 0.56% | 0.28% | - |
| XYZ | 3.38 | 2.44 | 1.81 | - |
| YUV | 43.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 34 | 0 | 0.56 | 0.52 | 0.72 | 355.5 | 0.39 | 0.2 |
| Hex | 47 | 1F | 22 | 0 | 38 | 34 | 48 | 164 | 27 | 14 |
| Octal | 107 | 37 | 42 | 0 | 70 | 64 | 110 | 544 | 47 | 24 |
| Binary | 1000111 | 11111 | 100010 | 0 | 111000 | 110100 | 1001000 | 101100100 | 100111 | 10100 |
Color Harmonies of #471F22
Complementary color
Monochromatic Colors of #471F22
Black with #471F22
Text Example
Text Example
White with #471F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F22; }
p { color: rgb(71,31,34); }
H1.HeaderClassName
{
color: #471F22;
}
.AnyTagClassName
{
color: #471F22;
}
</style>
background-color css
<style>
a { background-color: #471F22; }
a { background-color: rgb(71,31,34); }
div.DivClassName
{
background-color: #471F22;
}
.BgClassName
{
background-color: #471F22;
}
</style>
border-color css
<style>
span { border-color: #471F22; }
span { border-color: rgb(71,31,34); }
td.TdClassName
{
border-color: #471F22;
}
.TagClassName
{
border-color: #471F22;
}
</style>