Shades of Barossa #47313A
Tints of Barossa #47313A
RGB
CMYK
RGB Variations
Color information
#47313A (or 0x47313A) is known color: Barossa. HEX triplet: 47, 31 and 3A. RGB value is (71,49,58). Sum of RGB (Red+Green+Blue) = 71+49+58=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #47313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47313A is #B8CEC5. Grayscale: #383838. Windows color (decimal): -12111558 or 3813703. OLE color: 3813703.
HSL color Cylindrical-coordinate representation of color #47313A: hue angle of 335.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47313A is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 49 | 58 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.72 |
| HSL | 335.45º | 0.18% | 0.24% | - |
| HSV(B) | 335.45º | 0.31% | 0.28% | - |
| XYZ | 4.46 | 3.84 | 4.51 | - |
| YUV | 56.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 58 | 0 | 0.31 | 0.18 | 0.72 | 335.45 | 0.18 | 0.24 |
| Hex | 47 | 31 | 3A | 0 | 1F | 12 | 48 | 14F | 12 | 18 |
| Octal | 107 | 61 | 72 | 0 | 37 | 22 | 110 | 517 | 22 | 30 |
| Binary | 1000111 | 110001 | 111010 | 0 | 11111 | 10010 | 1001000 | 101001111 | 10010 | 11000 |
Color Harmonies of #47313A
Complementary color
Monochromatic Colors of #47313A
Black with #47313A
Text Example
Text Example
White with #47313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47313A; }
p { color: rgb(71,49,58); }
H1.HeaderClassName
{
color: #47313A;
}
.AnyTagClassName
{
color: #47313A;
}
</style>
background-color css
<style>
a { background-color: #47313A; }
a { background-color: rgb(71,49,58); }
div.DivClassName
{
background-color: #47313A;
}
.BgClassName
{
background-color: #47313A;
}
</style>
border-color css
<style>
span { border-color: #47313A; }
span { border-color: rgb(71,49,58); }
td.TdClassName
{
border-color: #47313A;
}
.TagClassName
{
border-color: #47313A;
}
</style>