Shades of Barossa #47273B
Tints of Barossa #47273B
RGB
CMYK
RGB Variations
Color information
#47273B (or 0x47273B) is known color: Barossa. HEX triplet: 47, 27 and 3B. RGB value is (71,39,59). Sum of RGB (Red+Green+Blue) = 71+39+59=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #47273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47273B is #B8D8C4. Grayscale: #323232. Windows color (decimal): -12114117 or 3876679. OLE color: 3876679.
HSL color Cylindrical-coordinate representation of color #47273B: hue angle of 322.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47273B is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 59 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.72 |
| HSL | 322.5º | 0.29% | 0.22% | - |
| HSV(B) | 322.5º | 0.45% | 0.28% | - |
| XYZ | 4.11 | 3.11 | 4.52 | - |
| YUV | 50.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 59 | 0 | 0.45 | 0.17 | 0.72 | 322.5 | 0.29 | 0.22 |
| Hex | 47 | 27 | 3B | 0 | 2D | 11 | 48 | 142 | 1D | 16 |
| Octal | 107 | 47 | 73 | 0 | 55 | 21 | 110 | 502 | 35 | 26 |
| Binary | 1000111 | 100111 | 111011 | 0 | 101101 | 10001 | 1001000 | 101000010 | 11101 | 10110 |
Color Harmonies of #47273B
Complementary color
Monochromatic Colors of #47273B
Black with #47273B
Text Example
Text Example
White with #47273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47273B; }
p { color: rgb(71,39,59); }
H1.HeaderClassName
{
color: #47273B;
}
.AnyTagClassName
{
color: #47273B;
}
</style>
background-color css
<style>
a { background-color: #47273B; }
a { background-color: rgb(71,39,59); }
div.DivClassName
{
background-color: #47273B;
}
.BgClassName
{
background-color: #47273B;
}
</style>
border-color css
<style>
span { border-color: #47273B; }
span { border-color: rgb(71,39,59); }
td.TdClassName
{
border-color: #47273B;
}
.TagClassName
{
border-color: #47273B;
}
</style>