Shades of Barossa #47373E
Tints of Barossa #47373E
RGB
CMYK
RGB Variations
Color information
#47373E (or 0x47373E) is known color: Barossa. HEX triplet: 47, 37 and 3E. RGB value is (71,55,62). Sum of RGB (Red+Green+Blue) = 71+55+62=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47373E is #B8C8C1. Grayscale: #3C3C3C. Windows color (decimal): -12110018 or 4077383. OLE color: 4077383.
HSL color Cylindrical-coordinate representation of color #47373E: hue angle of 333.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47373E is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 55 | 62 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.72 |
| HSL | 333.75º | 0.13% | 0.25% | - |
| HSV(B) | 333.75º | 0.23% | 0.28% | - |
| XYZ | 4.83 | 4.42 | 5.16 | - |
| YUV | 60.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 62 | 0 | 0.23 | 0.13 | 0.72 | 333.75 | 0.13 | 0.25 |
| Hex | 47 | 37 | 3E | 0 | 17 | D | 48 | 14E | D | 19 |
| Octal | 107 | 67 | 76 | 0 | 27 | 15 | 110 | 516 | 15 | 31 |
| Binary | 1000111 | 110111 | 111110 | 0 | 10111 | 1101 | 1001000 | 101001110 | 1101 | 11001 |
Color Harmonies of #47373E
Complementary color
Monochromatic Colors of #47373E
Black with #47373E
Text Example
Text Example
White with #47373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47373E; }
p { color: rgb(71,55,62); }
H1.HeaderClassName
{
color: #47373E;
}
.AnyTagClassName
{
color: #47373E;
}
</style>
background-color css
<style>
a { background-color: #47373E; }
a { background-color: rgb(71,55,62); }
div.DivClassName
{
background-color: #47373E;
}
.BgClassName
{
background-color: #47373E;
}
</style>
border-color css
<style>
span { border-color: #47373E; }
span { border-color: rgb(71,55,62); }
td.TdClassName
{
border-color: #47373E;
}
.TagClassName
{
border-color: #47373E;
}
</style>