Shades of Barossa #4D3242
Tints of Barossa #4D3242
RGB
CMYK
RGB Variations
Color information
#4D3242 (or 0x4D3242) is known color: Barossa. HEX triplet: 4D, 32 and 42. RGB value is (77,50,66). Sum of RGB (Red+Green+Blue) = 77+50+66=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3242 is #B2CDBD. Grayscale: #3B3B3B. Windows color (decimal): -11718078 or 4338253. OLE color: 4338253.
HSL color Cylindrical-coordinate representation of color #4D3242: hue angle of 324.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D3242 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 50 | 66 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.70 |
| HSL | 324.44º | 0.21% | 0.25% | - |
| HSV(B) | 324.44º | 0.35% | 0.3% | - |
| XYZ | 5.18 | 4.25 | 5.7 | - |
| YUV | 59.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 66 | 0 | 0.35 | 0.14 | 0.70 | 324.44 | 0.21 | 0.25 |
| Hex | 4D | 32 | 42 | 0 | 23 | E | 46 | 144 | 15 | 19 |
| Octal | 115 | 62 | 102 | 0 | 43 | 16 | 106 | 504 | 25 | 31 |
| Binary | 1001101 | 110010 | 1000010 | 0 | 100011 | 1110 | 1000110 | 101000100 | 10101 | 11001 |
Color Harmonies of #4D3242
Complementary color
Monochromatic Colors of #4D3242
Black with #4D3242
Text Example
Text Example
White with #4D3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3242; }
p { color: rgb(77,50,66); }
H1.HeaderClassName
{
color: #4D3242;
}
.AnyTagClassName
{
color: #4D3242;
}
</style>
background-color css
<style>
a { background-color: #4D3242; }
a { background-color: rgb(77,50,66); }
div.DivClassName
{
background-color: #4D3242;
}
.BgClassName
{
background-color: #4D3242;
}
</style>
border-color css
<style>
span { border-color: #4D3242; }
span { border-color: rgb(77,50,66); }
td.TdClassName
{
border-color: #4D3242;
}
.TagClassName
{
border-color: #4D3242;
}
</style>