Shades of Barossa #4E313E
Tints of Barossa #4E313E
RGB
CMYK
RGB Variations
Color information
#4E313E (or 0x4E313E) is known color: Barossa. HEX triplet: 4E, 31 and 3E. RGB value is (78,49,62). Sum of RGB (Red+Green+Blue) = 78+49+62=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E313E is #B1CEC1. Grayscale: #3B3B3B. Windows color (decimal): -11652802 or 4075854. OLE color: 4075854.
HSL color Cylindrical-coordinate representation of color #4E313E: hue angle of 333.1º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E313E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 62 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.69 |
| HSL | 333.1º | 0.23% | 0.25% | - |
| HSV(B) | 333.1º | 0.37% | 0.31% | - |
| XYZ | 5.11 | 4.16 | 5.09 | - |
| YUV | 59.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 62 | 0 | 0.37 | 0.21 | 0.69 | 333.1 | 0.23 | 0.25 |
| Hex | 4E | 31 | 3E | 0 | 25 | 15 | 45 | 14D | 17 | 19 |
| Octal | 116 | 61 | 76 | 0 | 45 | 25 | 105 | 515 | 27 | 31 |
| Binary | 1001110 | 110001 | 111110 | 0 | 100101 | 10101 | 1000101 | 101001101 | 10111 | 11001 |
Color Harmonies of #4E313E
Complementary color
Monochromatic Colors of #4E313E
Black with #4E313E
Text Example
Text Example
White with #4E313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E313E; }
p { color: rgb(78,49,62); }
H1.HeaderClassName
{
color: #4E313E;
}
.AnyTagClassName
{
color: #4E313E;
}
</style>
background-color css
<style>
a { background-color: #4E313E; }
a { background-color: rgb(78,49,62); }
div.DivClassName
{
background-color: #4E313E;
}
.BgClassName
{
background-color: #4E313E;
}
</style>
border-color css
<style>
span { border-color: #4E313E; }
span { border-color: rgb(78,49,62); }
td.TdClassName
{
border-color: #4E313E;
}
.TagClassName
{
border-color: #4E313E;
}
</style>