Shades of Barossa #472A39
Tints of Barossa #472A39
RGB
CMYK
RGB Variations
Color information
#472A39 (or 0x472A39) is known color: Barossa. HEX triplet: 47, 2A and 39. RGB value is (71,42,57). Sum of RGB (Red+Green+Blue) = 71+42+57=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A39 is #B8D5C6. Grayscale: #343434. Windows color (decimal): -12113351 or 3746375. OLE color: 3746375.
HSL color Cylindrical-coordinate representation of color #472A39: hue angle of 328.97º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A39 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 57 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.72 |
| HSL | 328.97º | 0.26% | 0.22% | - |
| HSV(B) | 328.97º | 0.41% | 0.28% | - |
| XYZ | 4.17 | 3.29 | 4.29 | - |
| YUV | 52.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 57 | 0 | 0.41 | 0.20 | 0.72 | 328.97 | 0.26 | 0.22 |
| Hex | 47 | 2A | 39 | 0 | 29 | 14 | 48 | 149 | 1A | 16 |
| Octal | 107 | 52 | 71 | 0 | 51 | 24 | 110 | 511 | 32 | 26 |
| Binary | 1000111 | 101010 | 111001 | 0 | 101001 | 10100 | 1001000 | 101001001 | 11010 | 10110 |
Color Harmonies of #472A39
Complementary color
Monochromatic Colors of #472A39
Black with #472A39
Text Example
Text Example
White with #472A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A39; }
p { color: rgb(71,42,57); }
H1.HeaderClassName
{
color: #472A39;
}
.AnyTagClassName
{
color: #472A39;
}
</style>
background-color css
<style>
a { background-color: #472A39; }
a { background-color: rgb(71,42,57); }
div.DivClassName
{
background-color: #472A39;
}
.BgClassName
{
background-color: #472A39;
}
</style>
border-color css
<style>
span { border-color: #472A39; }
span { border-color: rgb(71,42,57); }
td.TdClassName
{
border-color: #472A39;
}
.TagClassName
{
border-color: #472A39;
}
</style>