Shades of Barossa #4D333F
Tints of Barossa #4D333F
RGB
CMYK
RGB Variations
Color information
#4D333F (or 0x4D333F) is known color: Barossa. HEX triplet: 4D, 33 and 3F. RGB value is (77,51,63). Sum of RGB (Red+Green+Blue) = 77+51+63=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D333F is #B2CCC0. Grayscale: #3C3C3C. Windows color (decimal): -11717825 or 4141901. OLE color: 4141901.
HSL color Cylindrical-coordinate representation of color #4D333F: hue angle of 332.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D333F is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 51 | 63 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.70 |
| HSL | 332.31º | 0.2% | 0.25% | - |
| HSV(B) | 332.31º | 0.34% | 0.3% | - |
| XYZ | 5.14 | 4.3 | 5.26 | - |
| YUV | 60.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 63 | 0 | 0.34 | 0.18 | 0.70 | 332.31 | 0.2 | 0.25 |
| Hex | 4D | 33 | 3F | 0 | 22 | 12 | 46 | 14C | 14 | 19 |
| Octal | 115 | 63 | 77 | 0 | 42 | 22 | 106 | 514 | 24 | 31 |
| Binary | 1001101 | 110011 | 111111 | 0 | 100010 | 10010 | 1000110 | 101001100 | 10100 | 11001 |
Color Harmonies of #4D333F
Complementary color
Monochromatic Colors of #4D333F
Black with #4D333F
Text Example
Text Example
White with #4D333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D333F; }
p { color: rgb(77,51,63); }
H1.HeaderClassName
{
color: #4D333F;
}
.AnyTagClassName
{
color: #4D333F;
}
</style>
background-color css
<style>
a { background-color: #4D333F; }
a { background-color: rgb(77,51,63); }
div.DivClassName
{
background-color: #4D333F;
}
.BgClassName
{
background-color: #4D333F;
}
</style>
border-color css
<style>
span { border-color: #4D333F; }
span { border-color: rgb(77,51,63); }
td.TdClassName
{
border-color: #4D333F;
}
.TagClassName
{
border-color: #4D333F;
}
</style>