Shades of Barossa #4E283D
Tints of Barossa #4E283D
RGB
CMYK
RGB Variations
Color information
#4E283D (or 0x4E283D) is known color: Barossa. HEX triplet: 4E, 28 and 3D. RGB value is (78,40,61). Sum of RGB (Red+Green+Blue) = 78+40+61=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 78 - color contains mainly: red. Hex color #4E283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E283D is #B1D7C2. Grayscale: #353535. Windows color (decimal): -11655107 or 4008014. OLE color: 4008014.
HSL color Cylindrical-coordinate representation of color #4E283D: hue angle of 326.84º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E283D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 40 | 61 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.69 |
| HSL | 326.84º | 0.32% | 0.23% | - |
| HSV(B) | 326.84º | 0.49% | 0.31% | - |
| XYZ | 4.74 | 3.47 | 4.84 | - |
| YUV | 53.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 61 | 0 | 0.49 | 0.22 | 0.69 | 326.84 | 0.32 | 0.23 |
| Hex | 4E | 28 | 3D | 0 | 31 | 16 | 45 | 147 | 20 | 17 |
| Octal | 116 | 50 | 75 | 0 | 61 | 26 | 105 | 507 | 40 | 27 |
| Binary | 1001110 | 101000 | 111101 | 0 | 110001 | 10110 | 1000101 | 101000111 | 100000 | 10111 |
Color Harmonies of #4E283D
Complementary color
Monochromatic Colors of #4E283D
Black with #4E283D
Text Example
Text Example
White with #4E283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E283D; }
p { color: rgb(78,40,61); }
H1.HeaderClassName
{
color: #4E283D;
}
.AnyTagClassName
{
color: #4E283D;
}
</style>
background-color css
<style>
a { background-color: #4E283D; }
a { background-color: rgb(78,40,61); }
div.DivClassName
{
background-color: #4E283D;
}
.BgClassName
{
background-color: #4E283D;
}
</style>
border-color css
<style>
span { border-color: #4E283D; }
span { border-color: rgb(78,40,61); }
td.TdClassName
{
border-color: #4E283D;
}
.TagClassName
{
border-color: #4E283D;
}
</style>