Shades of Barossa #47343C
Tints of Barossa #47343C
RGB
CMYK
RGB Variations
Color information
#47343C (or 0x47343C) is known color: Barossa. HEX triplet: 47, 34 and 3C. RGB value is (71,52,60). Sum of RGB (Red+Green+Blue) = 71+52+60=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47343C is #B8CBC3. Grayscale: #3A3A3A. Windows color (decimal): -12110788 or 3945543. OLE color: 3945543.
HSL color Cylindrical-coordinate representation of color #47343C: hue angle of 334.74º 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 #47343C is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 60 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.72 |
| HSL | 334.74º | 0.15% | 0.24% | - |
| HSV(B) | 334.74º | 0.27% | 0.28% | - |
| XYZ | 4.64 | 4.12 | 4.83 | - |
| YUV | 58.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 60 | 0 | 0.27 | 0.15 | 0.72 | 334.74 | 0.15 | 0.24 |
| Hex | 47 | 34 | 3C | 0 | 1B | F | 48 | 14F | F | 18 |
| Octal | 107 | 64 | 74 | 0 | 33 | 17 | 110 | 517 | 17 | 30 |
| Binary | 1000111 | 110100 | 111100 | 0 | 11011 | 1111 | 1001000 | 101001111 | 1111 | 11000 |
Color Harmonies of #47343C
Complementary color
Monochromatic Colors of #47343C
Black with #47343C
Text Example
Text Example
White with #47343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47343C; }
p { color: rgb(71,52,60); }
H1.HeaderClassName
{
color: #47343C;
}
.AnyTagClassName
{
color: #47343C;
}
</style>
background-color css
<style>
a { background-color: #47343C; }
a { background-color: rgb(71,52,60); }
div.DivClassName
{
background-color: #47343C;
}
.BgClassName
{
background-color: #47343C;
}
</style>
border-color css
<style>
span { border-color: #47343C; }
span { border-color: rgb(71,52,60); }
td.TdClassName
{
border-color: #47343C;
}
.TagClassName
{
border-color: #47343C;
}
</style>