Shades of Barossa #4E213C
Tints of Barossa #4E213C
RGB
CMYK
RGB Variations
Color information
#4E213C (or 0x4E213C) is known color: Barossa. HEX triplet: 4E, 21 and 3C. RGB value is (78,33,60). Sum of RGB (Red+Green+Blue) = 78+33+60=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E213C is #B1DEC3. Grayscale: #313131. Windows color (decimal): -11656900 or 3940686. OLE color: 3940686.
HSL color Cylindrical-coordinate representation of color #4E213C: hue angle of 324º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E213C is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 60 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.69 |
| HSL | 324º | 0.41% | 0.22% | - |
| HSV(B) | 324º | 0.58% | 0.31% | - |
| XYZ | 4.5 | 3.03 | 4.62 | - |
| YUV | 49.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 60 | 0 | 0.58 | 0.23 | 0.69 | 324 | 0.41 | 0.22 |
| Hex | 4E | 21 | 3C | 0 | 3A | 17 | 45 | 144 | 29 | 16 |
| Octal | 116 | 41 | 74 | 0 | 72 | 27 | 105 | 504 | 51 | 26 |
| Binary | 1001110 | 100001 | 111100 | 0 | 111010 | 10111 | 1000101 | 101000100 | 101001 | 10110 |
Color Harmonies of #4E213C
Complementary color
Monochromatic Colors of #4E213C
Black with #4E213C
Text Example
Text Example
White with #4E213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E213C; }
p { color: rgb(78,33,60); }
H1.HeaderClassName
{
color: #4E213C;
}
.AnyTagClassName
{
color: #4E213C;
}
</style>
background-color css
<style>
a { background-color: #4E213C; }
a { background-color: rgb(78,33,60); }
div.DivClassName
{
background-color: #4E213C;
}
.BgClassName
{
background-color: #4E213C;
}
</style>
border-color css
<style>
span { border-color: #4E213C; }
span { border-color: rgb(78,33,60); }
td.TdClassName
{
border-color: #4E213C;
}
.TagClassName
{
border-color: #4E213C;
}
</style>