Shades of Barossa #473F43
Tints of Barossa #473F43
RGB
CMYK
RGB Variations
Color information
#473F43 (or 0x473F43) is known color: Barossa. HEX triplet: 47, 3F and 43. RGB value is (71,63,67). Sum of RGB (Red+Green+Blue) = 71+63+67=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 71 - color contains mainly: red. Hex color #473F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F43 is #B8C0BC. Grayscale: #414141. Windows color (decimal): -12107965 or 4407111. OLE color: 4407111.
HSL color Cylindrical-coordinate representation of color #473F43: hue angle of 330º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #473F43 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 67 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.72 |
| HSL | 330º | 0.06% | 0.26% | - |
| HSV(B) | 330º | 0.11% | 0.28% | - |
| XYZ | 5.39 | 5.3 | 6.05 | - |
| YUV | 65.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 67 | 0 | 0.11 | 0.06 | 0.72 | 330 | 0.06 | 0.26 |
| Hex | 47 | 3F | 43 | 0 | B | 6 | 48 | 14A | 6 | 1A |
| Octal | 107 | 77 | 103 | 0 | 13 | 6 | 110 | 512 | 6 | 32 |
| Binary | 1000111 | 111111 | 1000011 | 0 | 1011 | 110 | 1001000 | 101001010 | 110 | 11010 |
Color Harmonies of #473F43
Complementary color
Monochromatic Colors of #473F43
Black with #473F43
Text Example
Text Example
White with #473F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F43; }
p { color: rgb(71,63,67); }
H1.HeaderClassName
{
color: #473F43;
}
.AnyTagClassName
{
color: #473F43;
}
</style>
background-color css
<style>
a { background-color: #473F43; }
a { background-color: rgb(71,63,67); }
div.DivClassName
{
background-color: #473F43;
}
.BgClassName
{
background-color: #473F43;
}
</style>
border-color css
<style>
span { border-color: #473F43; }
span { border-color: rgb(71,63,67); }
td.TdClassName
{
border-color: #473F43;
}
.TagClassName
{
border-color: #473F43;
}
</style>