Shades of Barossa #472A3C
Tints of Barossa #472A3C
RGB
CMYK
RGB Variations
Color information
#472A3C (or 0x472A3C) is known color: Barossa. HEX triplet: 47, 2A and 3C. RGB value is (71,42,60). Sum of RGB (Red+Green+Blue) = 71+42+60=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A3C is #B8D5C3. Grayscale: #343434. Windows color (decimal): -12113348 or 3942983. OLE color: 3942983.
HSL color Cylindrical-coordinate representation of color #472A3C: hue angle of 322.76º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A3C is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 60 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.72 |
| HSL | 322.76º | 0.26% | 0.22% | - |
| HSV(B) | 322.76º | 0.41% | 0.28% | - |
| XYZ | 4.24 | 3.32 | 4.69 | - |
| YUV | 52.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 60 | 0 | 0.41 | 0.15 | 0.72 | 322.76 | 0.26 | 0.22 |
| Hex | 47 | 2A | 3C | 0 | 29 | F | 48 | 143 | 1A | 16 |
| Octal | 107 | 52 | 74 | 0 | 51 | 17 | 110 | 503 | 32 | 26 |
| Binary | 1000111 | 101010 | 111100 | 0 | 101001 | 1111 | 1001000 | 101000011 | 11010 | 10110 |
Color Harmonies of #472A3C
Complementary color
Monochromatic Colors of #472A3C
Black with #472A3C
Text Example
Text Example
White with #472A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A3C; }
p { color: rgb(71,42,60); }
H1.HeaderClassName
{
color: #472A3C;
}
.AnyTagClassName
{
color: #472A3C;
}
</style>
background-color css
<style>
a { background-color: #472A3C; }
a { background-color: rgb(71,42,60); }
div.DivClassName
{
background-color: #472A3C;
}
.BgClassName
{
background-color: #472A3C;
}
</style>
border-color css
<style>
span { border-color: #472A3C; }
span { border-color: rgb(71,42,60); }
td.TdClassName
{
border-color: #472A3C;
}
.TagClassName
{
border-color: #472A3C;
}
</style>