Shades of Barossa #472F3B
Tints of Barossa #472F3B
RGB
CMYK
RGB Variations
Color information
#472F3B (or 0x472F3B) is known color: Barossa. HEX triplet: 47, 2F and 3B. RGB value is (71,47,59). Sum of RGB (Red+Green+Blue) = 71+47+59=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #472F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F3B is #B8D0C4. Grayscale: #373737. Windows color (decimal): -12112069 or 3878727. OLE color: 3878727.
HSL color Cylindrical-coordinate representation of color #472F3B: hue angle of 330º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F3B is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 59 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.72 |
| HSL | 330º | 0.2% | 0.23% | - |
| HSV(B) | 330º | 0.34% | 0.28% | - |
| XYZ | 4.4 | 3.69 | 4.62 | - |
| YUV | 55.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 59 | 0 | 0.34 | 0.17 | 0.72 | 330 | 0.2 | 0.23 |
| Hex | 47 | 2F | 3B | 0 | 22 | 11 | 48 | 14A | 14 | 17 |
| Octal | 107 | 57 | 73 | 0 | 42 | 21 | 110 | 512 | 24 | 27 |
| Binary | 1000111 | 101111 | 111011 | 0 | 100010 | 10001 | 1001000 | 101001010 | 10100 | 10111 |
Color Harmonies of #472F3B
Complementary color
Monochromatic Colors of #472F3B
Black with #472F3B
Text Example
Text Example
White with #472F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F3B; }
p { color: rgb(71,47,59); }
H1.HeaderClassName
{
color: #472F3B;
}
.AnyTagClassName
{
color: #472F3B;
}
</style>
background-color css
<style>
a { background-color: #472F3B; }
a { background-color: rgb(71,47,59); }
div.DivClassName
{
background-color: #472F3B;
}
.BgClassName
{
background-color: #472F3B;
}
</style>
border-color css
<style>
span { border-color: #472F3B; }
span { border-color: rgb(71,47,59); }
td.TdClassName
{
border-color: #472F3B;
}
.TagClassName
{
border-color: #472F3B;
}
</style>