Shades of Barossa #4D2439
Tints of Barossa #4D2439
RGB
CMYK
RGB Variations
Color information
#4D2439 (or 0x4D2439) is known color: Barossa. HEX triplet: 4D, 24 and 39. RGB value is (77,36,57). Sum of RGB (Red+Green+Blue) = 77+36+57=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2439 is #B2DBC6. Grayscale: #323232. Windows color (decimal): -11721671 or 3744845. OLE color: 3744845.
HSL color Cylindrical-coordinate representation of color #4D2439: hue angle of 329.27º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D2439 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 36 | 57 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.70 |
| HSL | 329.27º | 0.36% | 0.22% | - |
| HSV(B) | 329.27º | 0.53% | 0.3% | - |
| XYZ | 4.43 | 3.13 | 4.24 | - |
| YUV | 50.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 57 | 0 | 0.53 | 0.26 | 0.70 | 329.27 | 0.36 | 0.22 |
| Hex | 4D | 24 | 39 | 0 | 35 | 1A | 46 | 149 | 24 | 16 |
| Octal | 115 | 44 | 71 | 0 | 65 | 32 | 106 | 511 | 44 | 26 |
| Binary | 1001101 | 100100 | 111001 | 0 | 110101 | 11010 | 1000110 | 101001001 | 100100 | 10110 |
Color Harmonies of #4D2439
Complementary color
Monochromatic Colors of #4D2439
Black with #4D2439
Text Example
Text Example
White with #4D2439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2439; }
p { color: rgb(77,36,57); }
H1.HeaderClassName
{
color: #4D2439;
}
.AnyTagClassName
{
color: #4D2439;
}
</style>
background-color css
<style>
a { background-color: #4D2439; }
a { background-color: rgb(77,36,57); }
div.DivClassName
{
background-color: #4D2439;
}
.BgClassName
{
background-color: #4D2439;
}
</style>
border-color css
<style>
span { border-color: #4D2439; }
span { border-color: rgb(77,36,57); }
td.TdClassName
{
border-color: #4D2439;
}
.TagClassName
{
border-color: #4D2439;
}
</style>