Shades of Barossa #472B3A
Tints of Barossa #472B3A
RGB
CMYK
RGB Variations
Color information
#472B3A (or 0x472B3A) is known color: Barossa. HEX triplet: 47, 2B and 3A. RGB value is (71,43,58). Sum of RGB (Red+Green+Blue) = 71+43+58=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B3A is #B8D4C5. Grayscale: #353535. Windows color (decimal): -12113094 or 3812167. OLE color: 3812167.
HSL color Cylindrical-coordinate representation of color #472B3A: hue angle of 327.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472B3A is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 58 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.72 |
| HSL | 327.86º | 0.25% | 0.22% | - |
| HSV(B) | 327.86º | 0.39% | 0.28% | - |
| XYZ | 4.23 | 3.37 | 4.43 | - |
| YUV | 53.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 58 | 0 | 0.39 | 0.18 | 0.72 | 327.86 | 0.25 | 0.22 |
| Hex | 47 | 2B | 3A | 0 | 27 | 12 | 48 | 148 | 19 | 16 |
| Octal | 107 | 53 | 72 | 0 | 47 | 22 | 110 | 510 | 31 | 26 |
| Binary | 1000111 | 101011 | 111010 | 0 | 100111 | 10010 | 1001000 | 101001000 | 11001 | 10110 |
Color Harmonies of #472B3A
Complementary color
Monochromatic Colors of #472B3A
Black with #472B3A
Text Example
Text Example
White with #472B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B3A; }
p { color: rgb(71,43,58); }
H1.HeaderClassName
{
color: #472B3A;
}
.AnyTagClassName
{
color: #472B3A;
}
</style>
background-color css
<style>
a { background-color: #472B3A; }
a { background-color: rgb(71,43,58); }
div.DivClassName
{
background-color: #472B3A;
}
.BgClassName
{
background-color: #472B3A;
}
</style>
border-color css
<style>
span { border-color: #472B3A; }
span { border-color: rgb(71,43,58); }
td.TdClassName
{
border-color: #472B3A;
}
.TagClassName
{
border-color: #472B3A;
}
</style>