Shades of Barossa #4E2438
Tints of Barossa #4E2438
RGB
CMYK
RGB Variations
Color information
#4E2438 (or 0x4E2438) is known color: Barossa. HEX triplet: 4E, 24 and 38. RGB value is (78,36,56). Sum of RGB (Red+Green+Blue) = 78+36+56=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2438 is #B1DBC7. Grayscale: #323232. Windows color (decimal): -11656136 or 3679310. OLE color: 3679310.
HSL color Cylindrical-coordinate representation of color #4E2438: hue angle of 331.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E2438 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 36 | 56 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.69 |
| HSL | 331.43º | 0.37% | 0.22% | - |
| HSV(B) | 331.43º | 0.54% | 0.31% | - |
| XYZ | 4.49 | 3.17 | 4.12 | - |
| YUV | 50.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 56 | 0 | 0.54 | 0.28 | 0.69 | 331.43 | 0.37 | 0.22 |
| Hex | 4E | 24 | 38 | 0 | 36 | 1C | 45 | 14B | 25 | 16 |
| Octal | 116 | 44 | 70 | 0 | 66 | 34 | 105 | 513 | 45 | 26 |
| Binary | 1001110 | 100100 | 111000 | 0 | 110110 | 11100 | 1000101 | 101001011 | 100101 | 10110 |
Color Harmonies of #4E2438
Complementary color
Monochromatic Colors of #4E2438
Black with #4E2438
Text Example
Text Example
White with #4E2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2438; }
p { color: rgb(78,36,56); }
H1.HeaderClassName
{
color: #4E2438;
}
.AnyTagClassName
{
color: #4E2438;
}
</style>
background-color css
<style>
a { background-color: #4E2438; }
a { background-color: rgb(78,36,56); }
div.DivClassName
{
background-color: #4E2438;
}
.BgClassName
{
background-color: #4E2438;
}
</style>
border-color css
<style>
span { border-color: #4E2438; }
span { border-color: rgb(78,36,56); }
td.TdClassName
{
border-color: #4E2438;
}
.TagClassName
{
border-color: #4E2438;
}
</style>