Shades of Barossa #472A3A
Tints of Barossa #472A3A
RGB
CMYK
RGB Variations
Color information
#472A3A (or 0x472A3A) is known color: Barossa. HEX triplet: 47, 2A and 3A. RGB value is (71,42,58). Sum of RGB (Red+Green+Blue) = 71+42+58=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A3A is #B8D5C5. Grayscale: #343434. Windows color (decimal): -12113350 or 3811911. OLE color: 3811911.
HSL color Cylindrical-coordinate representation of color #472A3A: hue angle of 326.9º 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 #472A3A is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 58 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.72 |
| HSL | 326.9º | 0.26% | 0.22% | - |
| HSV(B) | 326.9º | 0.41% | 0.28% | - |
| XYZ | 4.19 | 3.3 | 4.42 | - |
| YUV | 52.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 58 | 0 | 0.41 | 0.18 | 0.72 | 326.9 | 0.26 | 0.22 |
| Hex | 47 | 2A | 3A | 0 | 29 | 12 | 48 | 147 | 1A | 16 |
| Octal | 107 | 52 | 72 | 0 | 51 | 22 | 110 | 507 | 32 | 26 |
| Binary | 1000111 | 101010 | 111010 | 0 | 101001 | 10010 | 1001000 | 101000111 | 11010 | 10110 |
Color Harmonies of #472A3A
Complementary color
Monochromatic Colors of #472A3A
Black with #472A3A
Text Example
Text Example
White with #472A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A3A; }
p { color: rgb(71,42,58); }
H1.HeaderClassName
{
color: #472A3A;
}
.AnyTagClassName
{
color: #472A3A;
}
</style>
background-color css
<style>
a { background-color: #472A3A; }
a { background-color: rgb(71,42,58); }
div.DivClassName
{
background-color: #472A3A;
}
.BgClassName
{
background-color: #472A3A;
}
</style>
border-color css
<style>
span { border-color: #472A3A; }
span { border-color: rgb(71,42,58); }
td.TdClassName
{
border-color: #472A3A;
}
.TagClassName
{
border-color: #472A3A;
}
</style>