Shades of Barossa #4A2E39
Tints of Barossa #4A2E39
RGB
CMYK
RGB Variations
Color information
#4A2E39 (or 0x4A2E39) is known color: Barossa. HEX triplet: 4A, 2E and 39. RGB value is (74,46,57). Sum of RGB (Red+Green+Blue) = 74+46+57=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2E39 is #B5D1C6. Grayscale: #373737. Windows color (decimal): -11915719 or 3747402. OLE color: 3747402.
HSL color Cylindrical-coordinate representation of color #4A2E39: hue angle of 336.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A2E39 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 46 | 57 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.71 |
| HSL | 336.43º | 0.23% | 0.24% | - |
| HSV(B) | 336.43º | 0.38% | 0.29% | - |
| XYZ | 4.54 | 3.71 | 4.35 | - |
| YUV | 55.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 57 | 0 | 0.38 | 0.23 | 0.71 | 336.43 | 0.23 | 0.24 |
| Hex | 4A | 2E | 39 | 0 | 26 | 17 | 47 | 150 | 17 | 18 |
| Octal | 112 | 56 | 71 | 0 | 46 | 27 | 107 | 520 | 27 | 30 |
| Binary | 1001010 | 101110 | 111001 | 0 | 100110 | 10111 | 1000111 | 101010000 | 10111 | 11000 |
Color Harmonies of #4A2E39
Complementary color
Monochromatic Colors of #4A2E39
Black with #4A2E39
Text Example
Text Example
White with #4A2E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E39; }
p { color: rgb(74,46,57); }
H1.HeaderClassName
{
color: #4A2E39;
}
.AnyTagClassName
{
color: #4A2E39;
}
</style>
background-color css
<style>
a { background-color: #4A2E39; }
a { background-color: rgb(74,46,57); }
div.DivClassName
{
background-color: #4A2E39;
}
.BgClassName
{
background-color: #4A2E39;
}
</style>
border-color css
<style>
span { border-color: #4A2E39; }
span { border-color: rgb(74,46,57); }
td.TdClassName
{
border-color: #4A2E39;
}
.TagClassName
{
border-color: #4A2E39;
}
</style>