Shades of Barossa #4E2638
Tints of Barossa #4E2638
RGB
CMYK
RGB Variations
Color information
#4E2638 (or 0x4E2638) is known color: Barossa. HEX triplet: 4E, 26 and 38. RGB value is (78,38,56). Sum of RGB (Red+Green+Blue) = 78+38+56=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2638 is #B1D9C7. Grayscale: #333333. Windows color (decimal): -11655624 or 3679822. OLE color: 3679822.
HSL color Cylindrical-coordinate representation of color #4E2638: hue angle of 333º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E2638 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 56 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.69 |
| HSL | 333º | 0.34% | 0.23% | - |
| HSV(B) | 333º | 0.51% | 0.31% | - |
| XYZ | 4.55 | 3.29 | 4.14 | - |
| YUV | 52.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 56 | 0 | 0.51 | 0.28 | 0.69 | 333 | 0.34 | 0.23 |
| Hex | 4E | 26 | 38 | 0 | 33 | 1C | 45 | 14D | 22 | 17 |
| Octal | 116 | 46 | 70 | 0 | 63 | 34 | 105 | 515 | 42 | 27 |
| Binary | 1001110 | 100110 | 111000 | 0 | 110011 | 11100 | 1000101 | 101001101 | 100010 | 10111 |
Color Harmonies of #4E2638
Complementary color
Monochromatic Colors of #4E2638
Black with #4E2638
Text Example
Text Example
White with #4E2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2638; }
p { color: rgb(78,38,56); }
H1.HeaderClassName
{
color: #4E2638;
}
.AnyTagClassName
{
color: #4E2638;
}
</style>
background-color css
<style>
a { background-color: #4E2638; }
a { background-color: rgb(78,38,56); }
div.DivClassName
{
background-color: #4E2638;
}
.BgClassName
{
background-color: #4E2638;
}
</style>
border-color css
<style>
span { border-color: #4E2638; }
span { border-color: rgb(78,38,56); }
td.TdClassName
{
border-color: #4E2638;
}
.TagClassName
{
border-color: #4E2638;
}
</style>