Shades of Barossa #4A2B3A
Tints of Barossa #4A2B3A
RGB
CMYK
RGB Variations
Color information
#4A2B3A (or 0x4A2B3A) is known color: Barossa. HEX triplet: 4A, 2B and 3A. RGB value is (74,43,58). Sum of RGB (Red+Green+Blue) = 74+43+58=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2B3A is #B5D4C5. Grayscale: #353535. Windows color (decimal): -11916486 or 3812170. OLE color: 3812170.
HSL color Cylindrical-coordinate representation of color #4A2B3A: hue angle of 330.97º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A2B3A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 43 | 58 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.71 |
| HSL | 330.97º | 0.26% | 0.23% | - |
| HSV(B) | 330.97º | 0.42% | 0.29% | - |
| XYZ | 4.45 | 3.49 | 4.44 | - |
| YUV | 53.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 58 | 0 | 0.42 | 0.22 | 0.71 | 330.97 | 0.26 | 0.23 |
| Hex | 4A | 2B | 3A | 0 | 2A | 16 | 47 | 14B | 1A | 17 |
| Octal | 112 | 53 | 72 | 0 | 52 | 26 | 107 | 513 | 32 | 27 |
| Binary | 1001010 | 101011 | 111010 | 0 | 101010 | 10110 | 1000111 | 101001011 | 11010 | 10111 |
Color Harmonies of #4A2B3A
Complementary color
Monochromatic Colors of #4A2B3A
Black with #4A2B3A
Text Example
Text Example
White with #4A2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2B3A; }
p { color: rgb(74,43,58); }
H1.HeaderClassName
{
color: #4A2B3A;
}
.AnyTagClassName
{
color: #4A2B3A;
}
</style>
background-color css
<style>
a { background-color: #4A2B3A; }
a { background-color: rgb(74,43,58); }
div.DivClassName
{
background-color: #4A2B3A;
}
.BgClassName
{
background-color: #4A2B3A;
}
</style>
border-color css
<style>
span { border-color: #4A2B3A; }
span { border-color: rgb(74,43,58); }
td.TdClassName
{
border-color: #4A2B3A;
}
.TagClassName
{
border-color: #4A2B3A;
}
</style>