Shades of Barossa #4E2639
Tints of Barossa #4E2639
RGB
CMYK
RGB Variations
Color information
#4E2639 (or 0x4E2639) is known color: Barossa. HEX triplet: 4E, 26 and 39. RGB value is (78,38,57). Sum of RGB (Red+Green+Blue) = 78+38+57=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2639 is #B1D9C6. Grayscale: #343434. Windows color (decimal): -11655623 or 3745358. OLE color: 3745358.
HSL color Cylindrical-coordinate representation of color #4E2639: hue angle of 331.5º 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 #4E2639 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 38 | 57 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.69 |
| HSL | 331.5º | 0.34% | 0.23% | - |
| HSV(B) | 331.5º | 0.51% | 0.31% | - |
| XYZ | 4.57 | 3.3 | 4.27 | - |
| YUV | 52.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 57 | 0 | 0.51 | 0.27 | 0.69 | 331.5 | 0.34 | 0.23 |
| Hex | 4E | 26 | 39 | 0 | 33 | 1B | 45 | 14C | 22 | 17 |
| Octal | 116 | 46 | 71 | 0 | 63 | 33 | 105 | 514 | 42 | 27 |
| Binary | 1001110 | 100110 | 111001 | 0 | 110011 | 11011 | 1000101 | 101001100 | 100010 | 10111 |
Color Harmonies of #4E2639
Complementary color
Monochromatic Colors of #4E2639
Black with #4E2639
Text Example
Text Example
White with #4E2639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2639; }
p { color: rgb(78,38,57); }
H1.HeaderClassName
{
color: #4E2639;
}
.AnyTagClassName
{
color: #4E2639;
}
</style>
background-color css
<style>
a { background-color: #4E2639; }
a { background-color: rgb(78,38,57); }
div.DivClassName
{
background-color: #4E2639;
}
.BgClassName
{
background-color: #4E2639;
}
</style>
border-color css
<style>
span { border-color: #4E2639; }
span { border-color: rgb(78,38,57); }
td.TdClassName
{
border-color: #4E2639;
}
.TagClassName
{
border-color: #4E2639;
}
</style>