Shades of Barossa #47393E
Tints of Barossa #47393E
RGB
CMYK
RGB Variations
Color information
#47393E (or 0x47393E) is known color: Barossa. HEX triplet: 47, 39 and 3E. RGB value is (71,57,62). Sum of RGB (Red+Green+Blue) = 71+57+62=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #47393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47393E is #B8C6C1. Grayscale: #3D3D3D. Windows color (decimal): -12109506 or 4077895. OLE color: 4077895.
HSL color Cylindrical-coordinate representation of color #47393E: hue angle of 338.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #47393E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 57 | 62 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.72 |
| HSL | 338.57º | 0.11% | 0.25% | - |
| HSV(B) | 338.57º | 0.2% | 0.28% | - |
| XYZ | 4.93 | 4.61 | 5.19 | - |
| YUV | 61.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 62 | 0 | 0.20 | 0.13 | 0.72 | 338.57 | 0.11 | 0.25 |
| Hex | 47 | 39 | 3E | 0 | 14 | D | 48 | 153 | B | 19 |
| Octal | 107 | 71 | 76 | 0 | 24 | 15 | 110 | 523 | 13 | 31 |
| Binary | 1000111 | 111001 | 111110 | 0 | 10100 | 1101 | 1001000 | 101010011 | 1011 | 11001 |
Color Harmonies of #47393E
Complementary color
Monochromatic Colors of #47393E
Black with #47393E
Text Example
Text Example
White with #47393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47393E; }
p { color: rgb(71,57,62); }
H1.HeaderClassName
{
color: #47393E;
}
.AnyTagClassName
{
color: #47393E;
}
</style>
background-color css
<style>
a { background-color: #47393E; }
a { background-color: rgb(71,57,62); }
div.DivClassName
{
background-color: #47393E;
}
.BgClassName
{
background-color: #47393E;
}
</style>
border-color css
<style>
span { border-color: #47393E; }
span { border-color: rgb(71,57,62); }
td.TdClassName
{
border-color: #47393E;
}
.TagClassName
{
border-color: #47393E;
}
</style>