Shades of Barossa #4D313B
Tints of Barossa #4D313B
RGB
CMYK
RGB Variations
Color information
#4D313B (or 0x4D313B) is known color: Barossa. HEX triplet: 4D, 31 and 3B. RGB value is (77,49,59). Sum of RGB (Red+Green+Blue) = 77+49+59=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 77 - color contains mainly: red. Hex color #4D313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D313B is #B2CEC4. Grayscale: #3A3A3A. Windows color (decimal): -11718341 or 3879245. OLE color: 3879245.
HSL color Cylindrical-coordinate representation of color #4D313B: hue angle of 338.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D313B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 59 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.70 |
| HSL | 338.57º | 0.22% | 0.25% | - |
| HSV(B) | 338.57º | 0.36% | 0.3% | - |
| XYZ | 4.95 | 4.09 | 4.67 | - |
| YUV | 58.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 59 | 0 | 0.36 | 0.23 | 0.70 | 338.57 | 0.22 | 0.25 |
| Hex | 4D | 31 | 3B | 0 | 24 | 17 | 46 | 153 | 16 | 19 |
| Octal | 115 | 61 | 73 | 0 | 44 | 27 | 106 | 523 | 26 | 31 |
| Binary | 1001101 | 110001 | 111011 | 0 | 100100 | 10111 | 1000110 | 101010011 | 10110 | 11001 |
Color Harmonies of #4D313B
Complementary color
Monochromatic Colors of #4D313B
Black with #4D313B
Text Example
Text Example
White with #4D313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D313B; }
p { color: rgb(77,49,59); }
H1.HeaderClassName
{
color: #4D313B;
}
.AnyTagClassName
{
color: #4D313B;
}
</style>
background-color css
<style>
a { background-color: #4D313B; }
a { background-color: rgb(77,49,59); }
div.DivClassName
{
background-color: #4D313B;
}
.BgClassName
{
background-color: #4D313B;
}
</style>
border-color css
<style>
span { border-color: #4D313B; }
span { border-color: rgb(77,49,59); }
td.TdClassName
{
border-color: #4D313B;
}
.TagClassName
{
border-color: #4D313B;
}
</style>