Shades of Barossa #472A38
Tints of Barossa #472A38
RGB
CMYK
RGB Variations
Color information
#472A38 (or 0x472A38) is known color: Barossa. HEX triplet: 47, 2A and 38. RGB value is (71,42,56). Sum of RGB (Red+Green+Blue) = 71+42+56=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #472A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A38 is #B8D5C7. Grayscale: #343434. Windows color (decimal): -12113352 or 3680839. OLE color: 3680839.
HSL color Cylindrical-coordinate representation of color #472A38: hue angle of 331.03º 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 #472A38 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 56 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.72 |
| HSL | 331.03º | 0.26% | 0.22% | - |
| HSV(B) | 331.03º | 0.41% | 0.28% | - |
| XYZ | 4.14 | 3.28 | 4.16 | - |
| YUV | 52.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 56 | 0 | 0.41 | 0.21 | 0.72 | 331.03 | 0.26 | 0.22 |
| Hex | 47 | 2A | 38 | 0 | 29 | 15 | 48 | 14B | 1A | 16 |
| Octal | 107 | 52 | 70 | 0 | 51 | 25 | 110 | 513 | 32 | 26 |
| Binary | 1000111 | 101010 | 111000 | 0 | 101001 | 10101 | 1001000 | 101001011 | 11010 | 10110 |
Color Harmonies of #472A38
Complementary color
Monochromatic Colors of #472A38
Black with #472A38
Text Example
Text Example
White with #472A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A38; }
p { color: rgb(71,42,56); }
H1.HeaderClassName
{
color: #472A38;
}
.AnyTagClassName
{
color: #472A38;
}
</style>
background-color css
<style>
a { background-color: #472A38; }
a { background-color: rgb(71,42,56); }
div.DivClassName
{
background-color: #472A38;
}
.BgClassName
{
background-color: #472A38;
}
</style>
border-color css
<style>
span { border-color: #472A38; }
span { border-color: rgb(71,42,56); }
td.TdClassName
{
border-color: #472A38;
}
.TagClassName
{
border-color: #472A38;
}
</style>