Shades of Barossa #47273A
Tints of Barossa #47273A
RGB
CMYK
RGB Variations
Color information
#47273A (or 0x47273A) is known color: Barossa. HEX triplet: 47, 27 and 3A. RGB value is (71,39,58). Sum of RGB (Red+Green+Blue) = 71+39+58=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47273A is #B8D8C5. Grayscale: #323232. Windows color (decimal): -12114118 or 3811143. OLE color: 3811143.
HSL color Cylindrical-coordinate representation of color #47273A: hue angle of 324.38º 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 #47273A is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 58 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.72 |
| HSL | 324.38º | 0.29% | 0.22% | - |
| HSV(B) | 324.38º | 0.45% | 0.28% | - |
| XYZ | 4.09 | 3.1 | 4.39 | - |
| YUV | 50.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 58 | 0 | 0.45 | 0.18 | 0.72 | 324.38 | 0.29 | 0.22 |
| Hex | 47 | 27 | 3A | 0 | 2D | 12 | 48 | 144 | 1D | 16 |
| Octal | 107 | 47 | 72 | 0 | 55 | 22 | 110 | 504 | 35 | 26 |
| Binary | 1000111 | 100111 | 111010 | 0 | 101101 | 10010 | 1001000 | 101000100 | 11101 | 10110 |
Color Harmonies of #47273A
Complementary color
Monochromatic Colors of #47273A
Black with #47273A
Text Example
Text Example
White with #47273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47273A; }
p { color: rgb(71,39,58); }
H1.HeaderClassName
{
color: #47273A;
}
.AnyTagClassName
{
color: #47273A;
}
</style>
background-color css
<style>
a { background-color: #47273A; }
a { background-color: rgb(71,39,58); }
div.DivClassName
{
background-color: #47273A;
}
.BgClassName
{
background-color: #47273A;
}
</style>
border-color css
<style>
span { border-color: #47273A; }
span { border-color: rgb(71,39,58); }
td.TdClassName
{
border-color: #47273A;
}
.TagClassName
{
border-color: #47273A;
}
</style>