Shades of Barossa #473A3F
Tints of Barossa #473A3F
RGB
CMYK
RGB Variations
Color information
#473A3F (or 0x473A3F) is known color: Barossa. HEX triplet: 47, 3A and 3F. RGB value is (71,58,63). Sum of RGB (Red+Green+Blue) = 71+58+63=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3F is #B8C5C0. Grayscale: #3E3E3E. Windows color (decimal): -12109249 or 4143687. OLE color: 4143687.
HSL color Cylindrical-coordinate representation of color #473A3F: hue angle of 336.92º 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 #473A3F is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 63 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.72 |
| HSL | 336.92º | 0.1% | 0.25% | - |
| HSV(B) | 336.92º | 0.18% | 0.28% | - |
| XYZ | 5.01 | 4.72 | 5.35 | - |
| YUV | 62.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 63 | 0 | 0.18 | 0.11 | 0.72 | 336.92 | 0.1 | 0.25 |
| Hex | 47 | 3A | 3F | 0 | 12 | B | 48 | 151 | A | 19 |
| Octal | 107 | 72 | 77 | 0 | 22 | 13 | 110 | 521 | 12 | 31 |
| Binary | 1000111 | 111010 | 111111 | 0 | 10010 | 1011 | 1001000 | 101010001 | 1010 | 11001 |
Color Harmonies of #473A3F
Complementary color
Monochromatic Colors of #473A3F
Black with #473A3F
Text Example
Text Example
White with #473A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A3F; }
p { color: rgb(71,58,63); }
H1.HeaderClassName
{
color: #473A3F;
}
.AnyTagClassName
{
color: #473A3F;
}
</style>
background-color css
<style>
a { background-color: #473A3F; }
a { background-color: rgb(71,58,63); }
div.DivClassName
{
background-color: #473A3F;
}
.BgClassName
{
background-color: #473A3F;
}
</style>
border-color css
<style>
span { border-color: #473A3F; }
span { border-color: rgb(71,58,63); }
td.TdClassName
{
border-color: #473A3F;
}
.TagClassName
{
border-color: #473A3F;
}
</style>