Shades of Barossa #4D2137
Tints of Barossa #4D2137
RGB
CMYK
RGB Variations
Color information
#4D2137 (or 0x4D2137) is known color: Barossa. HEX triplet: 4D, 21 and 37. RGB value is (77,33,55). Sum of RGB (Red+Green+Blue) = 77+33+55=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2137 is #B2DEC8. Grayscale: #303030. Windows color (decimal): -11722441 or 3613005. OLE color: 3613005.
HSL color Cylindrical-coordinate representation of color #4D2137: hue angle of 330º 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 #4D2137 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 33 | 55 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.70 |
| HSL | 330º | 0.4% | 0.22% | - |
| HSV(B) | 330º | 0.57% | 0.3% | - |
| XYZ | 4.29 | 2.94 | 3.96 | - |
| YUV | 48.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 55 | 0 | 0.57 | 0.29 | 0.70 | 330 | 0.4 | 0.22 |
| Hex | 4D | 21 | 37 | 0 | 39 | 1D | 46 | 14A | 28 | 16 |
| Octal | 115 | 41 | 67 | 0 | 71 | 35 | 106 | 512 | 50 | 26 |
| Binary | 1001101 | 100001 | 110111 | 0 | 111001 | 11101 | 1000110 | 101001010 | 101000 | 10110 |
Color Harmonies of #4D2137
Complementary color
Monochromatic Colors of #4D2137
Black with #4D2137
Text Example
Text Example
White with #4D2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2137; }
p { color: rgb(77,33,55); }
H1.HeaderClassName
{
color: #4D2137;
}
.AnyTagClassName
{
color: #4D2137;
}
</style>
background-color css
<style>
a { background-color: #4D2137; }
a { background-color: rgb(77,33,55); }
div.DivClassName
{
background-color: #4D2137;
}
.BgClassName
{
background-color: #4D2137;
}
</style>
border-color css
<style>
span { border-color: #4D2137; }
span { border-color: rgb(77,33,55); }
td.TdClassName
{
border-color: #4D2137;
}
.TagClassName
{
border-color: #4D2137;
}
</style>