Shades of Barossa #4A2839
Tints of Barossa #4A2839
RGB
CMYK
RGB Variations
Color information
#4A2839 (or 0x4A2839) is known color: Barossa. HEX triplet: 4A, 28 and 39. RGB value is (74,40,57). Sum of RGB (Red+Green+Blue) = 74+40+57=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2839 is #B5D7C6. Grayscale: #343434. Windows color (decimal): -11917255 or 3745866. OLE color: 3745866.
HSL color Cylindrical-coordinate representation of color #4A2839: hue angle of 330º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A2839 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 40 | 57 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.71 |
| HSL | 330º | 0.3% | 0.22% | - |
| HSV(B) | 330º | 0.46% | 0.29% | - |
| XYZ | 4.32 | 3.27 | 4.27 | - |
| YUV | 52.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 57 | 0 | 0.46 | 0.23 | 0.71 | 330 | 0.3 | 0.22 |
| Hex | 4A | 28 | 39 | 0 | 2E | 17 | 47 | 14A | 1E | 16 |
| Octal | 112 | 50 | 71 | 0 | 56 | 27 | 107 | 512 | 36 | 26 |
| Binary | 1001010 | 101000 | 111001 | 0 | 101110 | 10111 | 1000111 | 101001010 | 11110 | 10110 |
Color Harmonies of #4A2839
Complementary color
Monochromatic Colors of #4A2839
Black with #4A2839
Text Example
Text Example
White with #4A2839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2839; }
p { color: rgb(74,40,57); }
H1.HeaderClassName
{
color: #4A2839;
}
.AnyTagClassName
{
color: #4A2839;
}
</style>
background-color css
<style>
a { background-color: #4A2839; }
a { background-color: rgb(74,40,57); }
div.DivClassName
{
background-color: #4A2839;
}
.BgClassName
{
background-color: #4A2839;
}
</style>
border-color css
<style>
span { border-color: #4A2839; }
span { border-color: rgb(74,40,57); }
td.TdClassName
{
border-color: #4A2839;
}
.TagClassName
{
border-color: #4A2839;
}
</style>