Shades of Barossa #4E2A3F
Tints of Barossa #4E2A3F
RGB
CMYK
RGB Variations
Color information
#4E2A3F (or 0x4E2A3F) is known color: Barossa. HEX triplet: 4E, 2A and 3F. RGB value is (78,42,63). Sum of RGB (Red+Green+Blue) = 78+42+63=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A3F is #B1D5C0. Grayscale: #373737. Windows color (decimal): -11654593 or 4139598. OLE color: 4139598.
HSL color Cylindrical-coordinate representation of color #4E2A3F: hue angle of 325º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E2A3F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 42 | 63 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.69 |
| HSL | 325º | 0.3% | 0.24% | - |
| HSV(B) | 325º | 0.46% | 0.31% | - |
| XYZ | 4.87 | 3.63 | 5.15 | - |
| YUV | 55.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 63 | 0 | 0.46 | 0.19 | 0.69 | 325 | 0.3 | 0.24 |
| Hex | 4E | 2A | 3F | 0 | 2E | 13 | 45 | 145 | 1E | 18 |
| Octal | 116 | 52 | 77 | 0 | 56 | 23 | 105 | 505 | 36 | 30 |
| Binary | 1001110 | 101010 | 111111 | 0 | 101110 | 10011 | 1000101 | 101000101 | 11110 | 11000 |
Color Harmonies of #4E2A3F
Complementary color
Monochromatic Colors of #4E2A3F
Black with #4E2A3F
Text Example
Text Example
White with #4E2A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A3F; }
p { color: rgb(78,42,63); }
H1.HeaderClassName
{
color: #4E2A3F;
}
.AnyTagClassName
{
color: #4E2A3F;
}
</style>
background-color css
<style>
a { background-color: #4E2A3F; }
a { background-color: rgb(78,42,63); }
div.DivClassName
{
background-color: #4E2A3F;
}
.BgClassName
{
background-color: #4E2A3F;
}
</style>
border-color css
<style>
span { border-color: #4E2A3F; }
span { border-color: rgb(78,42,63); }
td.TdClassName
{
border-color: #4E2A3F;
}
.TagClassName
{
border-color: #4E2A3F;
}
</style>