Shades of Barossa #4E233B
Tints of Barossa #4E233B
RGB
CMYK
RGB Variations
Color information
#4E233B (or 0x4E233B) is known color: Barossa. HEX triplet: 4E, 23 and 3B. RGB value is (78,35,59). Sum of RGB (Red+Green+Blue) = 78+35+59=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E233B is #B1DCC4. Grayscale: #323232. Windows color (decimal): -11656389 or 3875662. OLE color: 3875662.
HSL color Cylindrical-coordinate representation of color #4E233B: hue angle of 326.51º 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 #4E233B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 59 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.69 |
| HSL | 326.51º | 0.38% | 0.22% | - |
| HSV(B) | 326.51º | 0.55% | 0.31% | - |
| XYZ | 4.53 | 3.14 | 4.5 | - |
| YUV | 50.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 59 | 0 | 0.55 | 0.24 | 0.69 | 326.51 | 0.38 | 0.22 |
| Hex | 4E | 23 | 3B | 0 | 37 | 18 | 45 | 147 | 26 | 16 |
| Octal | 116 | 43 | 73 | 0 | 67 | 30 | 105 | 507 | 46 | 26 |
| Binary | 1001110 | 100011 | 111011 | 0 | 110111 | 11000 | 1000101 | 101000111 | 100110 | 10110 |
Color Harmonies of #4E233B
Complementary color
Monochromatic Colors of #4E233B
Black with #4E233B
Text Example
Text Example
White with #4E233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E233B; }
p { color: rgb(78,35,59); }
H1.HeaderClassName
{
color: #4E233B;
}
.AnyTagClassName
{
color: #4E233B;
}
</style>
background-color css
<style>
a { background-color: #4E233B; }
a { background-color: rgb(78,35,59); }
div.DivClassName
{
background-color: #4E233B;
}
.BgClassName
{
background-color: #4E233B;
}
</style>
border-color css
<style>
span { border-color: #4E233B; }
span { border-color: rgb(78,35,59); }
td.TdClassName
{
border-color: #4E233B;
}
.TagClassName
{
border-color: #4E233B;
}
</style>