Shades of Barossa #4E233E
Tints of Barossa #4E233E
RGB
CMYK
RGB Variations
Color information
#4E233E (or 0x4E233E) is known color: Barossa. HEX triplet: 4E, 23 and 3E. RGB value is (78,35,62). Sum of RGB (Red+Green+Blue) = 78+35+62=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E233E is #B1DCC1. Grayscale: #323232. Windows color (decimal): -11656386 or 4072270. OLE color: 4072270.
HSL color Cylindrical-coordinate representation of color #4E233E: hue angle of 322.33º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E233E is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 62 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.69 |
| HSL | 322.33º | 0.38% | 0.22% | - |
| HSV(B) | 322.33º | 0.55% | 0.31% | - |
| XYZ | 4.61 | 3.17 | 4.93 | - |
| YUV | 50.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 62 | 0 | 0.55 | 0.21 | 0.69 | 322.33 | 0.38 | 0.22 |
| Hex | 4E | 23 | 3E | 0 | 37 | 15 | 45 | 142 | 26 | 16 |
| Octal | 116 | 43 | 76 | 0 | 67 | 25 | 105 | 502 | 46 | 26 |
| Binary | 1001110 | 100011 | 111110 | 0 | 110111 | 10101 | 1000101 | 101000010 | 100110 | 10110 |
Color Harmonies of #4E233E
Complementary color
Monochromatic Colors of #4E233E
Black with #4E233E
Text Example
Text Example
White with #4E233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E233E; }
p { color: rgb(78,35,62); }
H1.HeaderClassName
{
color: #4E233E;
}
.AnyTagClassName
{
color: #4E233E;
}
</style>
background-color css
<style>
a { background-color: #4E233E; }
a { background-color: rgb(78,35,62); }
div.DivClassName
{
background-color: #4E233E;
}
.BgClassName
{
background-color: #4E233E;
}
</style>
border-color css
<style>
span { border-color: #4E233E; }
span { border-color: rgb(78,35,62); }
td.TdClassName
{
border-color: #4E233E;
}
.TagClassName
{
border-color: #4E233E;
}
</style>