Shades of Barossa #4A313D
Tints of Barossa #4A313D
RGB
CMYK
RGB Variations
Color information
#4A313D (or 0x4A313D) is known color: Barossa. HEX triplet: 4A, 31 and 3D. RGB value is (74,49,61). Sum of RGB (Red+Green+Blue) = 74+49+61=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 74 - color contains mainly: red. Hex color #4A313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A313D is #B5CEC2. Grayscale: #393939. Windows color (decimal): -11914947 or 4010314. OLE color: 4010314.
HSL color Cylindrical-coordinate representation of color #4A313D: hue angle of 331.2º 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 #4A313D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 61 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.71 |
| HSL | 331.2º | 0.2% | 0.24% | - |
| HSV(B) | 331.2º | 0.34% | 0.29% | - |
| XYZ | 4.76 | 3.99 | 4.93 | - |
| YUV | 57.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 61 | 0 | 0.34 | 0.18 | 0.71 | 331.2 | 0.2 | 0.24 |
| Hex | 4A | 31 | 3D | 0 | 22 | 12 | 47 | 14B | 14 | 18 |
| Octal | 112 | 61 | 75 | 0 | 42 | 22 | 107 | 513 | 24 | 30 |
| Binary | 1001010 | 110001 | 111101 | 0 | 100010 | 10010 | 1000111 | 101001011 | 10100 | 11000 |
Color Harmonies of #4A313D
Complementary color
Monochromatic Colors of #4A313D
Black with #4A313D
Text Example
Text Example
White with #4A313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A313D; }
p { color: rgb(74,49,61); }
H1.HeaderClassName
{
color: #4A313D;
}
.AnyTagClassName
{
color: #4A313D;
}
</style>
background-color css
<style>
a { background-color: #4A313D; }
a { background-color: rgb(74,49,61); }
div.DivClassName
{
background-color: #4A313D;
}
.BgClassName
{
background-color: #4A313D;
}
</style>
border-color css
<style>
span { border-color: #4A313D; }
span { border-color: rgb(74,49,61); }
td.TdClassName
{
border-color: #4A313D;
}
.TagClassName
{
border-color: #4A313D;
}
</style>