Shades of Barossa #4A3B41
Tints of Barossa #4A3B41
RGB
CMYK
RGB Variations
Color information
#4A3B41 (or 0x4A3B41) is known color: Barossa. HEX triplet: 4A, 3B and 41. RGB value is (74,59,65). Sum of RGB (Red+Green+Blue) = 74+59+65=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B41 is #B5C4BE. Grayscale: #404040. Windows color (decimal): -11912383 or 4275018. OLE color: 4275018.
HSL color Cylindrical-coordinate representation of color #4A3B41: hue angle of 336º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A3B41 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 59 | 65 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.71 |
| HSL | 336º | 0.11% | 0.26% | - |
| HSV(B) | 336º | 0.2% | 0.29% | - |
| XYZ | 5.34 | 4.97 | 5.68 | - |
| YUV | 64.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 65 | 0 | 0.20 | 0.12 | 0.71 | 336 | 0.11 | 0.26 |
| Hex | 4A | 3B | 41 | 0 | 14 | C | 47 | 150 | B | 1A |
| Octal | 112 | 73 | 101 | 0 | 24 | 14 | 107 | 520 | 13 | 32 |
| Binary | 1001010 | 111011 | 1000001 | 0 | 10100 | 1100 | 1000111 | 101010000 | 1011 | 11010 |
Color Harmonies of #4A3B41
Complementary color
Monochromatic Colors of #4A3B41
Black with #4A3B41
Text Example
Text Example
White with #4A3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B41; }
p { color: rgb(74,59,65); }
H1.HeaderClassName
{
color: #4A3B41;
}
.AnyTagClassName
{
color: #4A3B41;
}
</style>
background-color css
<style>
a { background-color: #4A3B41; }
a { background-color: rgb(74,59,65); }
div.DivClassName
{
background-color: #4A3B41;
}
.BgClassName
{
background-color: #4A3B41;
}
</style>
border-color css
<style>
span { border-color: #4A3B41; }
span { border-color: rgb(74,59,65); }
td.TdClassName
{
border-color: #4A3B41;
}
.TagClassName
{
border-color: #4A3B41;
}
</style>