Shades of Barossa #4E233D
Tints of Barossa #4E233D
RGB
CMYK
RGB Variations
Color information
#4E233D (or 0x4E233D) is known color: Barossa. HEX triplet: 4E, 23 and 3D. RGB value is (78,35,61). Sum of RGB (Red+Green+Blue) = 78+35+61=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E233D is #B1DCC2. Grayscale: #323232. Windows color (decimal): -11656387 or 4006734. OLE color: 4006734.
HSL color Cylindrical-coordinate representation of color #4E233D: hue angle of 323.72º 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 #4E233D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 35 | 61 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.69 |
| HSL | 323.72º | 0.38% | 0.22% | - |
| HSV(B) | 323.72º | 0.55% | 0.31% | - |
| XYZ | 4.59 | 3.16 | 4.78 | - |
| YUV | 50.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 61 | 0 | 0.55 | 0.22 | 0.69 | 323.72 | 0.38 | 0.22 |
| Hex | 4E | 23 | 3D | 0 | 37 | 16 | 45 | 144 | 26 | 16 |
| Octal | 116 | 43 | 75 | 0 | 67 | 26 | 105 | 504 | 46 | 26 |
| Binary | 1001110 | 100011 | 111101 | 0 | 110111 | 10110 | 1000101 | 101000100 | 100110 | 10110 |
Color Harmonies of #4E233D
Complementary color
Monochromatic Colors of #4E233D
Black with #4E233D
Text Example
Text Example
White with #4E233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E233D; }
p { color: rgb(78,35,61); }
H1.HeaderClassName
{
color: #4E233D;
}
.AnyTagClassName
{
color: #4E233D;
}
</style>
background-color css
<style>
a { background-color: #4E233D; }
a { background-color: rgb(78,35,61); }
div.DivClassName
{
background-color: #4E233D;
}
.BgClassName
{
background-color: #4E233D;
}
</style>
border-color css
<style>
span { border-color: #4E233D; }
span { border-color: rgb(78,35,61); }
td.TdClassName
{
border-color: #4E233D;
}
.TagClassName
{
border-color: #4E233D;
}
</style>