Shades of Barossa #47323D
Tints of Barossa #47323D
RGB
CMYK
RGB Variations
Color information
#47323D (or 0x47323D) is known color: Barossa. HEX triplet: 47, 32 and 3D. RGB value is (71,50,61). Sum of RGB (Red+Green+Blue) = 71+50+61=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #47323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47323D is #B8CDC2. Grayscale: #393939. Windows color (decimal): -12111299 or 4010567. OLE color: 4010567.
HSL color Cylindrical-coordinate representation of color #47323D: hue angle of 328.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47323D is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 61 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.72 |
| HSL | 328.57º | 0.17% | 0.24% | - |
| HSV(B) | 328.57º | 0.3% | 0.28% | - |
| XYZ | 4.58 | 3.96 | 4.94 | - |
| YUV | 57.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 61 | 0 | 0.30 | 0.14 | 0.72 | 328.57 | 0.17 | 0.24 |
| Hex | 47 | 32 | 3D | 0 | 1E | E | 48 | 149 | 11 | 18 |
| Octal | 107 | 62 | 75 | 0 | 36 | 16 | 110 | 511 | 21 | 30 |
| Binary | 1000111 | 110010 | 111101 | 0 | 11110 | 1110 | 1001000 | 101001001 | 10001 | 11000 |
Color Harmonies of #47323D
Complementary color
Monochromatic Colors of #47323D
Black with #47323D
Text Example
Text Example
White with #47323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47323D; }
p { color: rgb(71,50,61); }
H1.HeaderClassName
{
color: #47323D;
}
.AnyTagClassName
{
color: #47323D;
}
</style>
background-color css
<style>
a { background-color: #47323D; }
a { background-color: rgb(71,50,61); }
div.DivClassName
{
background-color: #47323D;
}
.BgClassName
{
background-color: #47323D;
}
</style>
border-color css
<style>
span { border-color: #47323D; }
span { border-color: rgb(71,50,61); }
td.TdClassName
{
border-color: #47323D;
}
.TagClassName
{
border-color: #47323D;
}
</style>