Shades of Barossa #4D2238
Tints of Barossa #4D2238
RGB
CMYK
RGB Variations
Color information
#4D2238 (or 0x4D2238) is known color: Barossa. HEX triplet: 4D, 22 and 38. RGB value is (77,34,56). Sum of RGB (Red+Green+Blue) = 77+34+56=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2238 is #B2DDC7. Grayscale: #313131. Windows color (decimal): -11722184 or 3678797. OLE color: 3678797.
HSL color Cylindrical-coordinate representation of color #4D2238: hue angle of 329.3º 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 #4D2238 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 56 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.70 |
| HSL | 329.3º | 0.39% | 0.22% | - |
| HSV(B) | 329.3º | 0.56% | 0.3% | - |
| XYZ | 4.35 | 3.01 | 4.09 | - |
| YUV | 49.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 56 | 0 | 0.56 | 0.27 | 0.70 | 329.3 | 0.39 | 0.22 |
| Hex | 4D | 22 | 38 | 0 | 38 | 1B | 46 | 149 | 27 | 16 |
| Octal | 115 | 42 | 70 | 0 | 70 | 33 | 106 | 511 | 47 | 26 |
| Binary | 1001101 | 100010 | 111000 | 0 | 111000 | 11011 | 1000110 | 101001001 | 100111 | 10110 |
Color Harmonies of #4D2238
Complementary color
Monochromatic Colors of #4D2238
Black with #4D2238
Text Example
Text Example
White with #4D2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2238; }
p { color: rgb(77,34,56); }
H1.HeaderClassName
{
color: #4D2238;
}
.AnyTagClassName
{
color: #4D2238;
}
</style>
background-color css
<style>
a { background-color: #4D2238; }
a { background-color: rgb(77,34,56); }
div.DivClassName
{
background-color: #4D2238;
}
.BgClassName
{
background-color: #4D2238;
}
</style>
border-color css
<style>
span { border-color: #4D2238; }
span { border-color: rgb(77,34,56); }
td.TdClassName
{
border-color: #4D2238;
}
.TagClassName
{
border-color: #4D2238;
}
</style>