Shades of Barossa #4D213D
Tints of Barossa #4D213D
RGB
CMYK
RGB Variations
Color information
#4D213D (or 0x4D213D) is known color: Barossa. HEX triplet: 4D, 21 and 3D. RGB value is (77,33,61). Sum of RGB (Red+Green+Blue) = 77+33+61=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D213D is #B2DEC2. Grayscale: #313131. Windows color (decimal): -11722435 or 4006221. OLE color: 4006221.
HSL color Cylindrical-coordinate representation of color #4D213D: hue angle of 321.82º 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 #4D213D is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 61 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.70 |
| HSL | 321.82º | 0.4% | 0.22% | - |
| HSV(B) | 321.82º | 0.57% | 0.3% | - |
| XYZ | 4.45 | 3 | 4.76 | - |
| YUV | 49.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 61 | 0 | 0.57 | 0.21 | 0.70 | 321.82 | 0.4 | 0.22 |
| Hex | 4D | 21 | 3D | 0 | 39 | 15 | 46 | 142 | 28 | 16 |
| Octal | 115 | 41 | 75 | 0 | 71 | 25 | 106 | 502 | 50 | 26 |
| Binary | 1001101 | 100001 | 111101 | 0 | 111001 | 10101 | 1000110 | 101000010 | 101000 | 10110 |
Color Harmonies of #4D213D
Complementary color
Monochromatic Colors of #4D213D
Black with #4D213D
Text Example
Text Example
White with #4D213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D213D; }
p { color: rgb(77,33,61); }
H1.HeaderClassName
{
color: #4D213D;
}
.AnyTagClassName
{
color: #4D213D;
}
</style>
background-color css
<style>
a { background-color: #4D213D; }
a { background-color: rgb(77,33,61); }
div.DivClassName
{
background-color: #4D213D;
}
.BgClassName
{
background-color: #4D213D;
}
</style>
border-color css
<style>
span { border-color: #4D213D; }
span { border-color: rgb(77,33,61); }
td.TdClassName
{
border-color: #4D213D;
}
.TagClassName
{
border-color: #4D213D;
}
</style>