Shades of Barossa #4D213B
Tints of Barossa #4D213B
RGB
CMYK
RGB Variations
Color information
#4D213B (or 0x4D213B) is known color: Barossa. HEX triplet: 4D, 21 and 3B. RGB value is (77,33,59). Sum of RGB (Red+Green+Blue) = 77+33+59=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213B is #B2DEC4. Grayscale: #313131. Windows color (decimal): -11722437 or 3875149. OLE color: 3875149.
HSL color Cylindrical-coordinate representation of color #4D213B: hue angle of 324.55º 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 #4D213B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 59 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.70 |
| HSL | 324.55º | 0.4% | 0.22% | - |
| HSV(B) | 324.55º | 0.57% | 0.3% | - |
| XYZ | 4.39 | 2.98 | 4.48 | - |
| YUV | 49.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 59 | 0 | 0.57 | 0.23 | 0.70 | 324.55 | 0.4 | 0.22 |
| Hex | 4D | 21 | 3B | 0 | 39 | 17 | 46 | 145 | 28 | 16 |
| Octal | 115 | 41 | 73 | 0 | 71 | 27 | 106 | 505 | 50 | 26 |
| Binary | 1001101 | 100001 | 111011 | 0 | 111001 | 10111 | 1000110 | 101000101 | 101000 | 10110 |
Color Harmonies of #4D213B
Complementary color
Monochromatic Colors of #4D213B
Black with #4D213B
Text Example
Text Example
White with #4D213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D213B; }
p { color: rgb(77,33,59); }
H1.HeaderClassName
{
color: #4D213B;
}
.AnyTagClassName
{
color: #4D213B;
}
</style>
background-color css
<style>
a { background-color: #4D213B; }
a { background-color: rgb(77,33,59); }
div.DivClassName
{
background-color: #4D213B;
}
.BgClassName
{
background-color: #4D213B;
}
</style>
border-color css
<style>
span { border-color: #4D213B; }
span { border-color: rgb(77,33,59); }
td.TdClassName
{
border-color: #4D213B;
}
.TagClassName
{
border-color: #4D213B;
}
</style>