Shades of Barossa #4D2237
Tints of Barossa #4D2237
RGB
CMYK
RGB Variations
Color information
#4D2237 (or 0x4D2237) is known color: Barossa. HEX triplet: 4D, 22 and 37. RGB value is (77,34,55). Sum of RGB (Red+Green+Blue) = 77+34+55=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2237 is #B2DDC8. Grayscale: #313131. Windows color (decimal): -11722185 or 3613261. OLE color: 3613261.
HSL color Cylindrical-coordinate representation of color #4D2237: hue angle of 330.7º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2237 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 55 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.70 |
| HSL | 330.7º | 0.39% | 0.22% | - |
| HSV(B) | 330.7º | 0.56% | 0.3% | - |
| XYZ | 4.32 | 3 | 3.97 | - |
| YUV | 49.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 55 | 0 | 0.56 | 0.29 | 0.70 | 330.7 | 0.39 | 0.22 |
| Hex | 4D | 22 | 37 | 0 | 38 | 1D | 46 | 14B | 27 | 16 |
| Octal | 115 | 42 | 67 | 0 | 70 | 35 | 106 | 513 | 47 | 26 |
| Binary | 1001101 | 100010 | 110111 | 0 | 111000 | 11101 | 1000110 | 101001011 | 100111 | 10110 |
Color Harmonies of #4D2237
Complementary color
Monochromatic Colors of #4D2237
Black with #4D2237
Text Example
Text Example
White with #4D2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2237; }
p { color: rgb(77,34,55); }
H1.HeaderClassName
{
color: #4D2237;
}
.AnyTagClassName
{
color: #4D2237;
}
</style>
background-color css
<style>
a { background-color: #4D2237; }
a { background-color: rgb(77,34,55); }
div.DivClassName
{
background-color: #4D2237;
}
.BgClassName
{
background-color: #4D2237;
}
</style>
border-color css
<style>
span { border-color: #4D2237; }
span { border-color: rgb(77,34,55); }
td.TdClassName
{
border-color: #4D2237;
}
.TagClassName
{
border-color: #4D2237;
}
</style>