Shades of Barossa #4A2A3C
Tints of Barossa #4A2A3C
RGB
CMYK
RGB Variations
Color information
#4A2A3C (or 0x4A2A3C) is known color: Barossa. HEX triplet: 4A, 2A and 3C. RGB value is (74,42,60). Sum of RGB (Red+Green+Blue) = 74+42+60=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2A3C is #B5D5C3. Grayscale: #353535. Windows color (decimal): -11916740 or 3942986. OLE color: 3942986.
HSL color Cylindrical-coordinate representation of color #4A2A3C: hue angle of 326.25º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A2A3C is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 42 | 60 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.71 |
| HSL | 326.25º | 0.28% | 0.23% | - |
| HSV(B) | 326.25º | 0.43% | 0.29% | - |
| XYZ | 4.47 | 3.44 | 4.7 | - |
| YUV | 53.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 60 | 0 | 0.43 | 0.19 | 0.71 | 326.25 | 0.28 | 0.23 |
| Hex | 4A | 2A | 3C | 0 | 2B | 13 | 47 | 146 | 1C | 17 |
| Octal | 112 | 52 | 74 | 0 | 53 | 23 | 107 | 506 | 34 | 27 |
| Binary | 1001010 | 101010 | 111100 | 0 | 101011 | 10011 | 1000111 | 101000110 | 11100 | 10111 |
Color Harmonies of #4A2A3C
Complementary color
Monochromatic Colors of #4A2A3C
Black with #4A2A3C
Text Example
Text Example
White with #4A2A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A3C; }
p { color: rgb(74,42,60); }
H1.HeaderClassName
{
color: #4A2A3C;
}
.AnyTagClassName
{
color: #4A2A3C;
}
</style>
background-color css
<style>
a { background-color: #4A2A3C; }
a { background-color: rgb(74,42,60); }
div.DivClassName
{
background-color: #4A2A3C;
}
.BgClassName
{
background-color: #4A2A3C;
}
</style>
border-color css
<style>
span { border-color: #4A2A3C; }
span { border-color: rgb(74,42,60); }
td.TdClassName
{
border-color: #4A2A3C;
}
.TagClassName
{
border-color: #4A2A3C;
}
</style>