Shades of Barossa #472C36
Tints of Barossa #472C36
RGB
CMYK
RGB Variations
Color information
#472C36 (or 0x472C36) is known color: Barossa. HEX triplet: 47, 2C and 36. RGB value is (71,44,54). Sum of RGB (Red+Green+Blue) = 71+44+54=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C36 is #B8D3C9. Grayscale: #353535. Windows color (decimal): -12112842 or 3550279. OLE color: 3550279.
HSL color Cylindrical-coordinate representation of color #472C36: hue angle of 337.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C36 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 54 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.72 |
| HSL | 337.78º | 0.23% | 0.23% | - |
| HSV(B) | 337.78º | 0.38% | 0.28% | - |
| XYZ | 4.17 | 3.41 | 3.93 | - |
| YUV | 53.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 54 | 0 | 0.38 | 0.24 | 0.72 | 337.78 | 0.23 | 0.23 |
| Hex | 47 | 2C | 36 | 0 | 26 | 18 | 48 | 152 | 17 | 17 |
| Octal | 107 | 54 | 66 | 0 | 46 | 30 | 110 | 522 | 27 | 27 |
| Binary | 1000111 | 101100 | 110110 | 0 | 100110 | 11000 | 1001000 | 101010010 | 10111 | 10111 |
Color Harmonies of #472C36
Complementary color
Monochromatic Colors of #472C36
Black with #472C36
Text Example
Text Example
White with #472C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C36; }
p { color: rgb(71,44,54); }
H1.HeaderClassName
{
color: #472C36;
}
.AnyTagClassName
{
color: #472C36;
}
</style>
background-color css
<style>
a { background-color: #472C36; }
a { background-color: rgb(71,44,54); }
div.DivClassName
{
background-color: #472C36;
}
.BgClassName
{
background-color: #472C36;
}
</style>
border-color css
<style>
span { border-color: #472C36; }
span { border-color: rgb(71,44,54); }
td.TdClassName
{
border-color: #472C36;
}
.TagClassName
{
border-color: #472C36;
}
</style>