Shades of Barossa #47333D
Tints of Barossa #47333D
RGB
CMYK
RGB Variations
Color information
#47333D (or 0x47333D) is known color: Barossa. HEX triplet: 47, 33 and 3D. RGB value is (71,51,61). Sum of RGB (Red+Green+Blue) = 71+51+61=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #47333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47333D is #B8CCC2. Grayscale: #3A3A3A. Windows color (decimal): -12111043 or 4010823. OLE color: 4010823.
HSL color Cylindrical-coordinate representation of color #47333D: hue angle of 330º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47333D is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 61 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.72 |
| HSL | 330º | 0.16% | 0.24% | - |
| HSV(B) | 330º | 0.28% | 0.28% | - |
| XYZ | 4.62 | 4.04 | 4.95 | - |
| YUV | 58.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 61 | 0 | 0.28 | 0.14 | 0.72 | 330 | 0.16 | 0.24 |
| Hex | 47 | 33 | 3D | 0 | 1C | E | 48 | 14A | 10 | 18 |
| Octal | 107 | 63 | 75 | 0 | 34 | 16 | 110 | 512 | 20 | 30 |
| Binary | 1000111 | 110011 | 111101 | 0 | 11100 | 1110 | 1001000 | 101001010 | 10000 | 11000 |
Color Harmonies of #47333D
Complementary color
Monochromatic Colors of #47333D
Black with #47333D
Text Example
Text Example
White with #47333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47333D; }
p { color: rgb(71,51,61); }
H1.HeaderClassName
{
color: #47333D;
}
.AnyTagClassName
{
color: #47333D;
}
</style>
background-color css
<style>
a { background-color: #47333D; }
a { background-color: rgb(71,51,61); }
div.DivClassName
{
background-color: #47333D;
}
.BgClassName
{
background-color: #47333D;
}
</style>
border-color css
<style>
span { border-color: #47333D; }
span { border-color: rgb(71,51,61); }
td.TdClassName
{
border-color: #47333D;
}
.TagClassName
{
border-color: #47333D;
}
</style>