Shades of Barossa #4E313C
Tints of Barossa #4E313C
RGB
CMYK
RGB Variations
Color information
#4E313C (or 0x4E313C) is known color: Barossa. HEX triplet: 4E, 31 and 3C. RGB value is (78,49,60). Sum of RGB (Red+Green+Blue) = 78+49+60=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E313C is #B1CEC3. Grayscale: #3A3A3A. Windows color (decimal): -11652804 or 3944782. OLE color: 3944782.
HSL color Cylindrical-coordinate representation of color #4E313C: hue angle of 337.24º 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 #4E313C is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 60 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.69 |
| HSL | 337.24º | 0.23% | 0.25% | - |
| HSV(B) | 337.24º | 0.37% | 0.31% | - |
| XYZ | 5.06 | 4.14 | 4.81 | - |
| YUV | 58.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 60 | 0 | 0.37 | 0.23 | 0.69 | 337.24 | 0.23 | 0.25 |
| Hex | 4E | 31 | 3C | 0 | 25 | 17 | 45 | 151 | 17 | 19 |
| Octal | 116 | 61 | 74 | 0 | 45 | 27 | 105 | 521 | 27 | 31 |
| Binary | 1001110 | 110001 | 111100 | 0 | 100101 | 10111 | 1000101 | 101010001 | 10111 | 11001 |
Color Harmonies of #4E313C
Complementary color
Monochromatic Colors of #4E313C
Black with #4E313C
Text Example
Text Example
White with #4E313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E313C; }
p { color: rgb(78,49,60); }
H1.HeaderClassName
{
color: #4E313C;
}
.AnyTagClassName
{
color: #4E313C;
}
</style>
background-color css
<style>
a { background-color: #4E313C; }
a { background-color: rgb(78,49,60); }
div.DivClassName
{
background-color: #4E313C;
}
.BgClassName
{
background-color: #4E313C;
}
</style>
border-color css
<style>
span { border-color: #4E313C; }
span { border-color: rgb(78,49,60); }
td.TdClassName
{
border-color: #4E313C;
}
.TagClassName
{
border-color: #4E313C;
}
</style>