Shades of Barossa #47353E
Tints of Barossa #47353E
RGB
CMYK
RGB Variations
Color information
#47353E (or 0x47353E) is known color: Barossa. HEX triplet: 47, 35 and 3E. RGB value is (71,53,62). Sum of RGB (Red+Green+Blue) = 71+53+62=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #47353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47353E is #B8CAC1. Grayscale: #3B3B3B. Windows color (decimal): -12110530 or 4076871. OLE color: 4076871.
HSL color Cylindrical-coordinate representation of color #47353E: hue angle of 330º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #47353E is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 53 | 62 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.72 |
| HSL | 330º | 0.15% | 0.24% | - |
| HSV(B) | 330º | 0.25% | 0.28% | - |
| XYZ | 4.74 | 4.23 | 5.12 | - |
| YUV | 59.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 62 | 0 | 0.25 | 0.13 | 0.72 | 330 | 0.15 | 0.24 |
| Hex | 47 | 35 | 3E | 0 | 19 | D | 48 | 14A | F | 18 |
| Octal | 107 | 65 | 76 | 0 | 31 | 15 | 110 | 512 | 17 | 30 |
| Binary | 1000111 | 110101 | 111110 | 0 | 11001 | 1101 | 1001000 | 101001010 | 1111 | 11000 |
Color Harmonies of #47353E
Complementary color
Monochromatic Colors of #47353E
Black with #47353E
Text Example
Text Example
White with #47353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47353E; }
p { color: rgb(71,53,62); }
H1.HeaderClassName
{
color: #47353E;
}
.AnyTagClassName
{
color: #47353E;
}
</style>
background-color css
<style>
a { background-color: #47353E; }
a { background-color: rgb(71,53,62); }
div.DivClassName
{
background-color: #47353E;
}
.BgClassName
{
background-color: #47353E;
}
</style>
border-color css
<style>
span { border-color: #47353E; }
span { border-color: rgb(71,53,62); }
td.TdClassName
{
border-color: #47353E;
}
.TagClassName
{
border-color: #47353E;
}
</style>