Shades of Barossa #4E2E3F
Tints of Barossa #4E2E3F
RGB
CMYK
RGB Variations
Color information
#4E2E3F (or 0x4E2E3F) is known color: Barossa. HEX triplet: 4E, 2E and 3F. RGB value is (78,46,63). Sum of RGB (Red+Green+Blue) = 78+46+63=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E3F is #B1D1C0. Grayscale: #393939. Windows color (decimal): -11653569 or 4140622. OLE color: 4140622.
HSL color Cylindrical-coordinate representation of color #4E2E3F: hue angle of 328.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E2E3F is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 46 | 63 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.69 |
| HSL | 328.13º | 0.26% | 0.24% | - |
| HSV(B) | 328.13º | 0.41% | 0.31% | - |
| XYZ | 5.02 | 3.93 | 5.2 | - |
| YUV | 57.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 46 | 63 | 0 | 0.41 | 0.19 | 0.69 | 328.13 | 0.26 | 0.24 |
| Hex | 4E | 2E | 3F | 0 | 29 | 13 | 45 | 148 | 1A | 18 |
| Octal | 116 | 56 | 77 | 0 | 51 | 23 | 105 | 510 | 32 | 30 |
| Binary | 1001110 | 101110 | 111111 | 0 | 101001 | 10011 | 1000101 | 101001000 | 11010 | 11000 |
Color Harmonies of #4E2E3F
Complementary color
Monochromatic Colors of #4E2E3F
Black with #4E2E3F
Text Example
Text Example
White with #4E2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2E3F; }
p { color: rgb(78,46,63); }
H1.HeaderClassName
{
color: #4E2E3F;
}
.AnyTagClassName
{
color: #4E2E3F;
}
</style>
background-color css
<style>
a { background-color: #4E2E3F; }
a { background-color: rgb(78,46,63); }
div.DivClassName
{
background-color: #4E2E3F;
}
.BgClassName
{
background-color: #4E2E3F;
}
</style>
border-color css
<style>
span { border-color: #4E2E3F; }
span { border-color: rgb(78,46,63); }
td.TdClassName
{
border-color: #4E2E3F;
}
.TagClassName
{
border-color: #4E2E3F;
}
</style>