Shades of Barossa #473D42
Tints of Barossa #473D42
RGB
CMYK
RGB Variations
Color information
#473D42 (or 0x473D42) is known color: Barossa. HEX triplet: 47, 3D and 42. RGB value is (71,61,66). Sum of RGB (Red+Green+Blue) = 71+61+66=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D42 is #B8C2BD. Grayscale: #404040. Windows color (decimal): -12108478 or 4341063. OLE color: 4341063.
HSL color Cylindrical-coordinate representation of color #473D42: hue angle of 330º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #473D42 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 66 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.72 |
| HSL | 330º | 0.08% | 0.26% | - |
| HSV(B) | 330º | 0.14% | 0.28% | - |
| XYZ | 5.25 | 5.07 | 5.86 | - |
| YUV | 64.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 66 | 0 | 0.14 | 0.07 | 0.72 | 330 | 0.08 | 0.26 |
| Hex | 47 | 3D | 42 | 0 | E | 7 | 48 | 14A | 8 | 1A |
| Octal | 107 | 75 | 102 | 0 | 16 | 7 | 110 | 512 | 10 | 32 |
| Binary | 1000111 | 111101 | 1000010 | 0 | 1110 | 111 | 1001000 | 101001010 | 1000 | 11010 |
Color Harmonies of #473D42
Complementary color
Monochromatic Colors of #473D42
Black with #473D42
Text Example
Text Example
White with #473D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D42; }
p { color: rgb(71,61,66); }
H1.HeaderClassName
{
color: #473D42;
}
.AnyTagClassName
{
color: #473D42;
}
</style>
background-color css
<style>
a { background-color: #473D42; }
a { background-color: rgb(71,61,66); }
div.DivClassName
{
background-color: #473D42;
}
.BgClassName
{
background-color: #473D42;
}
</style>
border-color css
<style>
span { border-color: #473D42; }
span { border-color: rgb(71,61,66); }
td.TdClassName
{
border-color: #473D42;
}
.TagClassName
{
border-color: #473D42;
}
</style>