Shades of Barossa #4A353C
Tints of Barossa #4A353C
RGB
CMYK
RGB Variations
Color information
#4A353C (or 0x4A353C) is known color: Barossa. HEX triplet: 4A, 35 and 3C. RGB value is (74,53,60). Sum of RGB (Red+Green+Blue) = 74+53+60=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A353C is #B5CAC3. Grayscale: #3C3C3C. Windows color (decimal): -11913924 or 3945802. OLE color: 3945802.
HSL color Cylindrical-coordinate representation of color #4A353C: hue angle of 340º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A353C is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 60 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.71 |
| HSL | 340º | 0.17% | 0.25% | - |
| HSV(B) | 340º | 0.28% | 0.29% | - |
| XYZ | 4.91 | 4.33 | 4.85 | - |
| YUV | 60.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 60 | 0 | 0.28 | 0.19 | 0.71 | 340 | 0.17 | 0.25 |
| Hex | 4A | 35 | 3C | 0 | 1C | 13 | 47 | 154 | 11 | 19 |
| Octal | 112 | 65 | 74 | 0 | 34 | 23 | 107 | 524 | 21 | 31 |
| Binary | 1001010 | 110101 | 111100 | 0 | 11100 | 10011 | 1000111 | 101010100 | 10001 | 11001 |
Color Harmonies of #4A353C
Complementary color
Monochromatic Colors of #4A353C
Black with #4A353C
Text Example
Text Example
White with #4A353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A353C; }
p { color: rgb(74,53,60); }
H1.HeaderClassName
{
color: #4A353C;
}
.AnyTagClassName
{
color: #4A353C;
}
</style>
background-color css
<style>
a { background-color: #4A353C; }
a { background-color: rgb(74,53,60); }
div.DivClassName
{
background-color: #4A353C;
}
.BgClassName
{
background-color: #4A353C;
}
</style>
border-color css
<style>
span { border-color: #4A353C; }
span { border-color: rgb(74,53,60); }
td.TdClassName
{
border-color: #4A353C;
}
.TagClassName
{
border-color: #4A353C;
}
</style>