Shades of Barossa #47383D
Tints of Barossa #47383D
RGB
CMYK
RGB Variations
Color information
#47383D (or 0x47383D) is known color: Barossa. HEX triplet: 47, 38 and 3D. RGB value is (71,56,61). Sum of RGB (Red+Green+Blue) = 71+56+61=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #47383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47383D is #B8C7C2. Grayscale: #3D3D3D. Windows color (decimal): -12109763 or 4012103. OLE color: 4012103.
HSL color Cylindrical-coordinate representation of color #47383D: hue angle of 340º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #47383D is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 61 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.72 |
| HSL | 340º | 0.12% | 0.25% | - |
| HSV(B) | 340º | 0.21% | 0.28% | - |
| XYZ | 4.86 | 4.5 | 5.03 | - |
| YUV | 61.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 61 | 0 | 0.21 | 0.14 | 0.72 | 340 | 0.12 | 0.25 |
| Hex | 47 | 38 | 3D | 0 | 15 | E | 48 | 154 | C | 19 |
| Octal | 107 | 70 | 75 | 0 | 25 | 16 | 110 | 524 | 14 | 31 |
| Binary | 1000111 | 111000 | 111101 | 0 | 10101 | 1110 | 1001000 | 101010100 | 1100 | 11001 |
Color Harmonies of #47383D
Complementary color
Monochromatic Colors of #47383D
Black with #47383D
Text Example
Text Example
White with #47383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47383D; }
p { color: rgb(71,56,61); }
H1.HeaderClassName
{
color: #47383D;
}
.AnyTagClassName
{
color: #47383D;
}
</style>
background-color css
<style>
a { background-color: #47383D; }
a { background-color: rgb(71,56,61); }
div.DivClassName
{
background-color: #47383D;
}
.BgClassName
{
background-color: #47383D;
}
</style>
border-color css
<style>
span { border-color: #47383D; }
span { border-color: rgb(71,56,61); }
td.TdClassName
{
border-color: #47383D;
}
.TagClassName
{
border-color: #47383D;
}
</style>