Shades of Barossa #4D2638
Tints of Barossa #4D2638
RGB
CMYK
RGB Variations
Color information
#4D2638 (or 0x4D2638) is known color: Barossa. HEX triplet: 4D, 26 and 38. RGB value is (77,38,56). Sum of RGB (Red+Green+Blue) = 77+38+56=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2638 is #B2D9C7. Grayscale: #333333. Windows color (decimal): -11721160 or 3679821. OLE color: 3679821.
HSL color Cylindrical-coordinate representation of color #4D2638: hue angle of 332.31º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D2638 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 56 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.70 |
| HSL | 332.31º | 0.34% | 0.23% | - |
| HSV(B) | 332.31º | 0.51% | 0.3% | - |
| XYZ | 4.47 | 3.25 | 4.13 | - |
| YUV | 51.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 56 | 0 | 0.51 | 0.27 | 0.70 | 332.31 | 0.34 | 0.23 |
| Hex | 4D | 26 | 38 | 0 | 33 | 1B | 46 | 14C | 22 | 17 |
| Octal | 115 | 46 | 70 | 0 | 63 | 33 | 106 | 514 | 42 | 27 |
| Binary | 1001101 | 100110 | 111000 | 0 | 110011 | 11011 | 1000110 | 101001100 | 100010 | 10111 |
Color Harmonies of #4D2638
Complementary color
Monochromatic Colors of #4D2638
Black with #4D2638
Text Example
Text Example
White with #4D2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2638; }
p { color: rgb(77,38,56); }
H1.HeaderClassName
{
color: #4D2638;
}
.AnyTagClassName
{
color: #4D2638;
}
</style>
background-color css
<style>
a { background-color: #4D2638; }
a { background-color: rgb(77,38,56); }
div.DivClassName
{
background-color: #4D2638;
}
.BgClassName
{
background-color: #4D2638;
}
</style>
border-color css
<style>
span { border-color: #4D2638; }
span { border-color: rgb(77,38,56); }
td.TdClassName
{
border-color: #4D2638;
}
.TagClassName
{
border-color: #4D2638;
}
</style>