Shades of Barossa #4A313C
Tints of Barossa #4A313C
RGB
CMYK
RGB Variations
Color information
#4A313C (or 0x4A313C) is known color: Barossa. HEX triplet: 4A, 31 and 3C. RGB value is (74,49,60). Sum of RGB (Red+Green+Blue) = 74+49+60=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A313C is #B5CEC3. Grayscale: #393939. Windows color (decimal): -11914948 or 3944778. OLE color: 3944778.
HSL color Cylindrical-coordinate representation of color #4A313C: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A313C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 60 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.71 |
| HSL | 333.6º | 0.2% | 0.24% | - |
| HSV(B) | 333.6º | 0.34% | 0.29% | - |
| XYZ | 4.74 | 3.98 | 4.79 | - |
| YUV | 57.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 60 | 0 | 0.34 | 0.19 | 0.71 | 333.6 | 0.2 | 0.24 |
| Hex | 4A | 31 | 3C | 0 | 22 | 13 | 47 | 14E | 14 | 18 |
| Octal | 112 | 61 | 74 | 0 | 42 | 23 | 107 | 516 | 24 | 30 |
| Binary | 1001010 | 110001 | 111100 | 0 | 100010 | 10011 | 1000111 | 101001110 | 10100 | 11000 |
Color Harmonies of #4A313C
Complementary color
Monochromatic Colors of #4A313C
Black with #4A313C
Text Example
Text Example
White with #4A313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A313C; }
p { color: rgb(74,49,60); }
H1.HeaderClassName
{
color: #4A313C;
}
.AnyTagClassName
{
color: #4A313C;
}
</style>
background-color css
<style>
a { background-color: #4A313C; }
a { background-color: rgb(74,49,60); }
div.DivClassName
{
background-color: #4A313C;
}
.BgClassName
{
background-color: #4A313C;
}
</style>
border-color css
<style>
span { border-color: #4A313C; }
span { border-color: rgb(74,49,60); }
td.TdClassName
{
border-color: #4A313C;
}
.TagClassName
{
border-color: #4A313C;
}
</style>