Shades of Barossa #473A41
Tints of Barossa #473A41
RGB
CMYK
RGB Variations
Color information
#473A41 (or 0x473A41) is known color: Barossa. HEX triplet: 47, 3A and 41. RGB value is (71,58,65). Sum of RGB (Red+Green+Blue) = 71+58+65=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #473A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A41 is #B8C5BE. Grayscale: #3E3E3E. Windows color (decimal): -12109247 or 4274759. OLE color: 4274759.
HSL color Cylindrical-coordinate representation of color #473A41: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A41 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 65 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.72 |
| HSL | 327.69º | 0.1% | 0.25% | - |
| HSV(B) | 327.69º | 0.18% | 0.28% | - |
| XYZ | 5.07 | 4.75 | 5.65 | - |
| YUV | 62.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 65 | 0 | 0.18 | 0.08 | 0.72 | 327.69 | 0.1 | 0.25 |
| Hex | 47 | 3A | 41 | 0 | 12 | 8 | 48 | 148 | A | 19 |
| Octal | 107 | 72 | 101 | 0 | 22 | 10 | 110 | 510 | 12 | 31 |
| Binary | 1000111 | 111010 | 1000001 | 0 | 10010 | 1000 | 1001000 | 101001000 | 1010 | 11001 |
Color Harmonies of #473A41
Complementary color
Monochromatic Colors of #473A41
Black with #473A41
Text Example
Text Example
White with #473A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A41; }
p { color: rgb(71,58,65); }
H1.HeaderClassName
{
color: #473A41;
}
.AnyTagClassName
{
color: #473A41;
}
</style>
background-color css
<style>
a { background-color: #473A41; }
a { background-color: rgb(71,58,65); }
div.DivClassName
{
background-color: #473A41;
}
.BgClassName
{
background-color: #473A41;
}
</style>
border-color css
<style>
span { border-color: #473A41; }
span { border-color: rgb(71,58,65); }
td.TdClassName
{
border-color: #473A41;
}
.TagClassName
{
border-color: #473A41;
}
</style>