Shades of Barossa #4D213A
Tints of Barossa #4D213A
RGB
CMYK
RGB Variations
Color information
#4D213A (or 0x4D213A) is known color: Barossa. HEX triplet: 4D, 21 and 3A. RGB value is (77,33,58). Sum of RGB (Red+Green+Blue) = 77+33+58=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213A is #B2DEC5. Grayscale: #303030. Windows color (decimal): -11722438 or 3809613. OLE color: 3809613.
HSL color Cylindrical-coordinate representation of color #4D213A: hue angle of 325.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D213A is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 58 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.70 |
| HSL | 325.91º | 0.4% | 0.22% | - |
| HSV(B) | 325.91º | 0.57% | 0.3% | - |
| XYZ | 4.37 | 2.97 | 4.35 | - |
| YUV | 49.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 58 | 0 | 0.57 | 0.25 | 0.70 | 325.91 | 0.4 | 0.22 |
| Hex | 4D | 21 | 3A | 0 | 39 | 19 | 46 | 146 | 28 | 16 |
| Octal | 115 | 41 | 72 | 0 | 71 | 31 | 106 | 506 | 50 | 26 |
| Binary | 1001101 | 100001 | 111010 | 0 | 111001 | 11001 | 1000110 | 101000110 | 101000 | 10110 |
Color Harmonies of #4D213A
Complementary color
Monochromatic Colors of #4D213A
Black with #4D213A
Text Example
Text Example
White with #4D213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D213A; }
p { color: rgb(77,33,58); }
H1.HeaderClassName
{
color: #4D213A;
}
.AnyTagClassName
{
color: #4D213A;
}
</style>
background-color css
<style>
a { background-color: #4D213A; }
a { background-color: rgb(77,33,58); }
div.DivClassName
{
background-color: #4D213A;
}
.BgClassName
{
background-color: #4D213A;
}
</style>
border-color css
<style>
span { border-color: #4D213A; }
span { border-color: rgb(77,33,58); }
td.TdClassName
{
border-color: #4D213A;
}
.TagClassName
{
border-color: #4D213A;
}
</style>