Shades of Barossa #4D2E40
Tints of Barossa #4D2E40
RGB
CMYK
RGB Variations
Color information
#4D2E40 (or 0x4D2E40) is known color: Barossa. HEX triplet: 4D, 2E and 40. RGB value is (77,46,64). Sum of RGB (Red+Green+Blue) = 77+46+64=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2E40 is #B2D1BF. Grayscale: #393939. Windows color (decimal): -11719104 or 4206157. OLE color: 4206157.
HSL color Cylindrical-coordinate representation of color #4D2E40: hue angle of 325.16º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D2E40 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 46 | 64 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.70 |
| HSL | 325.16º | 0.25% | 0.24% | - |
| HSV(B) | 325.16º | 0.4% | 0.3% | - |
| XYZ | 4.96 | 3.9 | 5.34 | - |
| YUV | 57.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 64 | 0 | 0.40 | 0.17 | 0.70 | 325.16 | 0.25 | 0.24 |
| Hex | 4D | 2E | 40 | 0 | 28 | 11 | 46 | 145 | 19 | 18 |
| Octal | 115 | 56 | 100 | 0 | 50 | 21 | 106 | 505 | 31 | 30 |
| Binary | 1001101 | 101110 | 1000000 | 0 | 101000 | 10001 | 1000110 | 101000101 | 11001 | 11000 |
Color Harmonies of #4D2E40
Complementary color
Monochromatic Colors of #4D2E40
Black with #4D2E40
Text Example
Text Example
White with #4D2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E40; }
p { color: rgb(77,46,64); }
H1.HeaderClassName
{
color: #4D2E40;
}
.AnyTagClassName
{
color: #4D2E40;
}
</style>
background-color css
<style>
a { background-color: #4D2E40; }
a { background-color: rgb(77,46,64); }
div.DivClassName
{
background-color: #4D2E40;
}
.BgClassName
{
background-color: #4D2E40;
}
</style>
border-color css
<style>
span { border-color: #4D2E40; }
span { border-color: rgb(77,46,64); }
td.TdClassName
{
border-color: #4D2E40;
}
.TagClassName
{
border-color: #4D2E40;
}
</style>