Shades of Barossa #4E213D
Tints of Barossa #4E213D
RGB
CMYK
RGB Variations
Color information
#4E213D (or 0x4E213D) is known color: Barossa. HEX triplet: 4E, 21 and 3D. RGB value is (78,33,61). Sum of RGB (Red+Green+Blue) = 78+33+61=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E213D is #B1DEC2. Grayscale: #313131. Windows color (decimal): -11656899 or 4006222. OLE color: 4006222.
HSL color Cylindrical-coordinate representation of color #4E213D: hue angle of 322.67º 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 #4E213D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 61 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.69 |
| HSL | 322.67º | 0.41% | 0.22% | - |
| HSV(B) | 322.67º | 0.58% | 0.31% | - |
| XYZ | 4.53 | 3.04 | 4.76 | - |
| YUV | 49.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 61 | 0 | 0.58 | 0.22 | 0.69 | 322.67 | 0.41 | 0.22 |
| Hex | 4E | 21 | 3D | 0 | 3A | 16 | 45 | 143 | 29 | 16 |
| Octal | 116 | 41 | 75 | 0 | 72 | 26 | 105 | 503 | 51 | 26 |
| Binary | 1001110 | 100001 | 111101 | 0 | 111010 | 10110 | 1000101 | 101000011 | 101001 | 10110 |
Color Harmonies of #4E213D
Complementary color
Monochromatic Colors of #4E213D
Black with #4E213D
Text Example
Text Example
White with #4E213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E213D; }
p { color: rgb(78,33,61); }
H1.HeaderClassName
{
color: #4E213D;
}
.AnyTagClassName
{
color: #4E213D;
}
</style>
background-color css
<style>
a { background-color: #4E213D; }
a { background-color: rgb(78,33,61); }
div.DivClassName
{
background-color: #4E213D;
}
.BgClassName
{
background-color: #4E213D;
}
</style>
border-color css
<style>
span { border-color: #4E213D; }
span { border-color: rgb(78,33,61); }
td.TdClassName
{
border-color: #4E213D;
}
.TagClassName
{
border-color: #4E213D;
}
</style>