Shades of Barossa #4E293E
Tints of Barossa #4E293E
RGB
CMYK
RGB Variations
Color information
#4E293E (or 0x4E293E) is known color: Barossa. HEX triplet: 4E, 29 and 3E. RGB value is (78,41,62). Sum of RGB (Red+Green+Blue) = 78+41+62=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E293E is #B1D6C1. Grayscale: #363636. Windows color (decimal): -11654850 or 4073806. OLE color: 4073806.
HSL color Cylindrical-coordinate representation of color #4E293E: hue angle of 325.95º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E293E is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 41 | 62 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.69 |
| HSL | 325.95º | 0.31% | 0.23% | - |
| HSV(B) | 325.95º | 0.47% | 0.31% | - |
| XYZ | 4.8 | 3.55 | 4.99 | - |
| YUV | 54.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 62 | 0 | 0.47 | 0.21 | 0.69 | 325.95 | 0.31 | 0.23 |
| Hex | 4E | 29 | 3E | 0 | 2F | 15 | 45 | 146 | 1F | 17 |
| Octal | 116 | 51 | 76 | 0 | 57 | 25 | 105 | 506 | 37 | 27 |
| Binary | 1001110 | 101001 | 111110 | 0 | 101111 | 10101 | 1000101 | 101000110 | 11111 | 10111 |
Color Harmonies of #4E293E
Complementary color
Monochromatic Colors of #4E293E
Black with #4E293E
Text Example
Text Example
White with #4E293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E293E; }
p { color: rgb(78,41,62); }
H1.HeaderClassName
{
color: #4E293E;
}
.AnyTagClassName
{
color: #4E293E;
}
</style>
background-color css
<style>
a { background-color: #4E293E; }
a { background-color: rgb(78,41,62); }
div.DivClassName
{
background-color: #4E293E;
}
.BgClassName
{
background-color: #4E293E;
}
</style>
border-color css
<style>
span { border-color: #4E293E; }
span { border-color: rgb(78,41,62); }
td.TdClassName
{
border-color: #4E293E;
}
.TagClassName
{
border-color: #4E293E;
}
</style>