Shades of Barossa #47343D
Tints of Barossa #47343D
RGB
CMYK
RGB Variations
Color information
#47343D (or 0x47343D) is known color: Barossa. HEX triplet: 47, 34 and 3D. RGB value is (71,52,61). Sum of RGB (Red+Green+Blue) = 71+52+61=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343D is #B8CBC2. Grayscale: #3A3A3A. Windows color (decimal): -12110787 or 4011079. OLE color: 4011079.
HSL color Cylindrical-coordinate representation of color #47343D: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47343D is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 61 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.72 |
| HSL | 331.58º | 0.15% | 0.24% | - |
| HSV(B) | 331.58º | 0.27% | 0.28% | - |
| XYZ | 4.67 | 4.13 | 4.97 | - |
| YUV | 58.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 61 | 0 | 0.27 | 0.14 | 0.72 | 331.58 | 0.15 | 0.24 |
| Hex | 47 | 34 | 3D | 0 | 1B | E | 48 | 14C | F | 18 |
| Octal | 107 | 64 | 75 | 0 | 33 | 16 | 110 | 514 | 17 | 30 |
| Binary | 1000111 | 110100 | 111101 | 0 | 11011 | 1110 | 1001000 | 101001100 | 1111 | 11000 |
Color Harmonies of #47343D
Complementary color
Monochromatic Colors of #47343D
Black with #47343D
Text Example
Text Example
White with #47343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47343D; }
p { color: rgb(71,52,61); }
H1.HeaderClassName
{
color: #47343D;
}
.AnyTagClassName
{
color: #47343D;
}
</style>
background-color css
<style>
a { background-color: #47343D; }
a { background-color: rgb(71,52,61); }
div.DivClassName
{
background-color: #47343D;
}
.BgClassName
{
background-color: #47343D;
}
</style>
border-color css
<style>
span { border-color: #47343D; }
span { border-color: rgb(71,52,61); }
td.TdClassName
{
border-color: #47343D;
}
.TagClassName
{
border-color: #47343D;
}
</style>