Shades of Barossa #47353F
Tints of Barossa #47353F
RGB
CMYK
RGB Variations
Color information
#47353F (or 0x47353F) is known color: Barossa. HEX triplet: 47, 35 and 3F. RGB value is (71,53,63). Sum of RGB (Red+Green+Blue) = 71+53+63=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 71 - color contains mainly: red. Hex color #47353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47353F is #B8CAC0. Grayscale: #3B3B3B. Windows color (decimal): -12110529 or 4142407. OLE color: 4142407.
HSL color Cylindrical-coordinate representation of color #47353F: hue angle of 326.67º 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 #47353F is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 53 | 63 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.72 |
| HSL | 326.67º | 0.15% | 0.24% | - |
| HSV(B) | 326.67º | 0.25% | 0.28% | - |
| XYZ | 4.77 | 4.24 | 5.27 | - |
| YUV | 59.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 63 | 0 | 0.25 | 0.11 | 0.72 | 326.67 | 0.15 | 0.24 |
| Hex | 47 | 35 | 3F | 0 | 19 | B | 48 | 147 | F | 18 |
| Octal | 107 | 65 | 77 | 0 | 31 | 13 | 110 | 507 | 17 | 30 |
| Binary | 1000111 | 110101 | 111111 | 0 | 11001 | 1011 | 1001000 | 101000111 | 1111 | 11000 |
Color Harmonies of #47353F
Complementary color
Monochromatic Colors of #47353F
Black with #47353F
Text Example
Text Example
White with #47353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47353F; }
p { color: rgb(71,53,63); }
H1.HeaderClassName
{
color: #47353F;
}
.AnyTagClassName
{
color: #47353F;
}
</style>
background-color css
<style>
a { background-color: #47353F; }
a { background-color: rgb(71,53,63); }
div.DivClassName
{
background-color: #47353F;
}
.BgClassName
{
background-color: #47353F;
}
</style>
border-color css
<style>
span { border-color: #47353F; }
span { border-color: rgb(71,53,63); }
td.TdClassName
{
border-color: #47353F;
}
.TagClassName
{
border-color: #47353F;
}
</style>