Shades of Barossa #4D313F
Tints of Barossa #4D313F
RGB
CMYK
RGB Variations
Color information
#4D313F (or 0x4D313F) is known color: Barossa. HEX triplet: 4D, 31 and 3F. RGB value is (77,49,63). Sum of RGB (Red+Green+Blue) = 77+49+63=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D313F is #B2CEC0. Grayscale: #3A3A3A. Windows color (decimal): -11718337 or 4141389. OLE color: 4141389.
HSL color Cylindrical-coordinate representation of color #4D313F: hue angle of 330º 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 #4D313F is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 49 | 63 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.70 |
| HSL | 330º | 0.22% | 0.25% | - |
| HSV(B) | 330º | 0.36% | 0.3% | - |
| XYZ | 5.06 | 4.13 | 5.23 | - |
| YUV | 58.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 63 | 0 | 0.36 | 0.18 | 0.70 | 330 | 0.22 | 0.25 |
| Hex | 4D | 31 | 3F | 0 | 24 | 12 | 46 | 14A | 16 | 19 |
| Octal | 115 | 61 | 77 | 0 | 44 | 22 | 106 | 512 | 26 | 31 |
| Binary | 1001101 | 110001 | 111111 | 0 | 100100 | 10010 | 1000110 | 101001010 | 10110 | 11001 |
Color Harmonies of #4D313F
Complementary color
Monochromatic Colors of #4D313F
Black with #4D313F
Text Example
Text Example
White with #4D313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D313F; }
p { color: rgb(77,49,63); }
H1.HeaderClassName
{
color: #4D313F;
}
.AnyTagClassName
{
color: #4D313F;
}
</style>
background-color css
<style>
a { background-color: #4D313F; }
a { background-color: rgb(77,49,63); }
div.DivClassName
{
background-color: #4D313F;
}
.BgClassName
{
background-color: #4D313F;
}
</style>
border-color css
<style>
span { border-color: #4D313F; }
span { border-color: rgb(77,49,63); }
td.TdClassName
{
border-color: #4D313F;
}
.TagClassName
{
border-color: #4D313F;
}
</style>