Shades of Barossa #473B3F
Tints of Barossa #473B3F
RGB
CMYK
RGB Variations
Color information
#473B3F (or 0x473B3F) is known color: Barossa. HEX triplet: 47, 3B and 3F. RGB value is (71,59,63). Sum of RGB (Red+Green+Blue) = 71+59+63=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #473B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B3F is #B8C4C0. Grayscale: #3F3F3F. Windows color (decimal): -12108993 or 4143943. OLE color: 4143943.
HSL color Cylindrical-coordinate representation of color #473B3F: hue angle of 340º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #473B3F is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 63 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.72 |
| HSL | 340º | 0.09% | 0.25% | - |
| HSV(B) | 340º | 0.17% | 0.28% | - |
| XYZ | 5.06 | 4.83 | 5.37 | - |
| YUV | 63.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 63 | 0 | 0.17 | 0.11 | 0.72 | 340 | 0.09 | 0.25 |
| Hex | 47 | 3B | 3F | 0 | 11 | B | 48 | 154 | 9 | 19 |
| Octal | 107 | 73 | 77 | 0 | 21 | 13 | 110 | 524 | 11 | 31 |
| Binary | 1000111 | 111011 | 111111 | 0 | 10001 | 1011 | 1001000 | 101010100 | 1001 | 11001 |
Color Harmonies of #473B3F
Complementary color
Monochromatic Colors of #473B3F
Black with #473B3F
Text Example
Text Example
White with #473B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B3F; }
p { color: rgb(71,59,63); }
H1.HeaderClassName
{
color: #473B3F;
}
.AnyTagClassName
{
color: #473B3F;
}
</style>
background-color css
<style>
a { background-color: #473B3F; }
a { background-color: rgb(71,59,63); }
div.DivClassName
{
background-color: #473B3F;
}
.BgClassName
{
background-color: #473B3F;
}
</style>
border-color css
<style>
span { border-color: #473B3F; }
span { border-color: rgb(71,59,63); }
td.TdClassName
{
border-color: #473B3F;
}
.TagClassName
{
border-color: #473B3F;
}
</style>