Shades of Barossa #472C3A
Tints of Barossa #472C3A
RGB
CMYK
RGB Variations
Color information
#472C3A (or 0x472C3A) is known color: Barossa. HEX triplet: 47, 2C and 3A. RGB value is (71,44,58). Sum of RGB (Red+Green+Blue) = 71+44+58=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C3A is #B8D3C5. Grayscale: #353535. Windows color (decimal): -12112838 or 3812423. OLE color: 3812423.
HSL color Cylindrical-coordinate representation of color #472C3A: hue angle of 328.89º 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 #472C3A is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 58 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.72 |
| HSL | 328.89º | 0.23% | 0.23% | - |
| HSV(B) | 328.89º | 0.38% | 0.28% | - |
| XYZ | 4.26 | 3.45 | 4.44 | - |
| YUV | 53.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 58 | 0 | 0.38 | 0.18 | 0.72 | 328.89 | 0.23 | 0.23 |
| Hex | 47 | 2C | 3A | 0 | 26 | 12 | 48 | 149 | 17 | 17 |
| Octal | 107 | 54 | 72 | 0 | 46 | 22 | 110 | 511 | 27 | 27 |
| Binary | 1000111 | 101100 | 111010 | 0 | 100110 | 10010 | 1001000 | 101001001 | 10111 | 10111 |
Color Harmonies of #472C3A
Complementary color
Monochromatic Colors of #472C3A
Black with #472C3A
Text Example
Text Example
White with #472C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C3A; }
p { color: rgb(71,44,58); }
H1.HeaderClassName
{
color: #472C3A;
}
.AnyTagClassName
{
color: #472C3A;
}
</style>
background-color css
<style>
a { background-color: #472C3A; }
a { background-color: rgb(71,44,58); }
div.DivClassName
{
background-color: #472C3A;
}
.BgClassName
{
background-color: #472C3A;
}
</style>
border-color css
<style>
span { border-color: #472C3A; }
span { border-color: rgb(71,44,58); }
td.TdClassName
{
border-color: #472C3A;
}
.TagClassName
{
border-color: #472C3A;
}
</style>