Shades of Barossa #47353C
Tints of Barossa #47353C
RGB
CMYK
RGB Variations
Color information
#47353C (or 0x47353C) is known color: Barossa. HEX triplet: 47, 35 and 3C. RGB value is (71,53,60). Sum of RGB (Red+Green+Blue) = 71+53+60=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47353C is #B8CAC3. Grayscale: #3B3B3B. Windows color (decimal): -12110532 or 3945799. OLE color: 3945799.
HSL color Cylindrical-coordinate representation of color #47353C: hue angle of 336.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 #47353C is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 53 | 60 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.72 |
| HSL | 336.67º | 0.15% | 0.24% | - |
| HSV(B) | 336.67º | 0.25% | 0.28% | - |
| XYZ | 4.69 | 4.21 | 4.84 | - |
| YUV | 59.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 60 | 0 | 0.25 | 0.15 | 0.72 | 336.67 | 0.15 | 0.24 |
| Hex | 47 | 35 | 3C | 0 | 19 | F | 48 | 151 | F | 18 |
| Octal | 107 | 65 | 74 | 0 | 31 | 17 | 110 | 521 | 17 | 30 |
| Binary | 1000111 | 110101 | 111100 | 0 | 11001 | 1111 | 1001000 | 101010001 | 1111 | 11000 |
Color Harmonies of #47353C
Complementary color
Monochromatic Colors of #47353C
Black with #47353C
Text Example
Text Example
White with #47353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47353C; }
p { color: rgb(71,53,60); }
H1.HeaderClassName
{
color: #47353C;
}
.AnyTagClassName
{
color: #47353C;
}
</style>
background-color css
<style>
a { background-color: #47353C; }
a { background-color: rgb(71,53,60); }
div.DivClassName
{
background-color: #47353C;
}
.BgClassName
{
background-color: #47353C;
}
</style>
border-color css
<style>
span { border-color: #47353C; }
span { border-color: rgb(71,53,60); }
td.TdClassName
{
border-color: #47353C;
}
.TagClassName
{
border-color: #47353C;
}
</style>