Shades of Barossa #4E2538
Tints of Barossa #4E2538
RGB
CMYK
RGB Variations
Color information
#4E2538 (or 0x4E2538) is known color: Barossa. HEX triplet: 4E, 25 and 38. RGB value is (78,37,56). Sum of RGB (Red+Green+Blue) = 78+37+56=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2538 is #B1DAC7. Grayscale: #333333. Windows color (decimal): -11655880 or 3679566. OLE color: 3679566.
HSL color Cylindrical-coordinate representation of color #4E2538: hue angle of 332.2º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E2538 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 56 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.69 |
| HSL | 332.2º | 0.36% | 0.23% | - |
| HSV(B) | 332.2º | 0.53% | 0.31% | - |
| XYZ | 4.52 | 3.23 | 4.13 | - |
| YUV | 51.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 56 | 0 | 0.53 | 0.28 | 0.69 | 332.2 | 0.36 | 0.23 |
| Hex | 4E | 25 | 38 | 0 | 35 | 1C | 45 | 14C | 24 | 17 |
| Octal | 116 | 45 | 70 | 0 | 65 | 34 | 105 | 514 | 44 | 27 |
| Binary | 1001110 | 100101 | 111000 | 0 | 110101 | 11100 | 1000101 | 101001100 | 100100 | 10111 |
Color Harmonies of #4E2538
Complementary color
Monochromatic Colors of #4E2538
Black with #4E2538
Text Example
Text Example
White with #4E2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2538; }
p { color: rgb(78,37,56); }
H1.HeaderClassName
{
color: #4E2538;
}
.AnyTagClassName
{
color: #4E2538;
}
</style>
background-color css
<style>
a { background-color: #4E2538; }
a { background-color: rgb(78,37,56); }
div.DivClassName
{
background-color: #4E2538;
}
.BgClassName
{
background-color: #4E2538;
}
</style>
border-color css
<style>
span { border-color: #4E2538; }
span { border-color: rgb(78,37,56); }
td.TdClassName
{
border-color: #4E2538;
}
.TagClassName
{
border-color: #4E2538;
}
</style>