Shades of Barossa #4E253D
Tints of Barossa #4E253D
RGB
CMYK
RGB Variations
Color information
#4E253D (or 0x4E253D) is known color: Barossa. HEX triplet: 4E, 25 and 3D. RGB value is (78,37,61). Sum of RGB (Red+Green+Blue) = 78+37+61=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E253D is #B1DAC2. Grayscale: #333333. Windows color (decimal): -11655875 or 4007246. OLE color: 4007246.
HSL color Cylindrical-coordinate representation of color #4E253D: hue angle of 324.88º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E253D is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 37 | 61 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.69 |
| HSL | 324.88º | 0.36% | 0.23% | - |
| HSV(B) | 324.88º | 0.53% | 0.31% | - |
| XYZ | 4.65 | 3.28 | 4.8 | - |
| YUV | 52 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 61 | 0 | 0.53 | 0.22 | 0.69 | 324.88 | 0.36 | 0.23 |
| Hex | 4E | 25 | 3D | 0 | 35 | 16 | 45 | 145 | 24 | 17 |
| Octal | 116 | 45 | 75 | 0 | 65 | 26 | 105 | 505 | 44 | 27 |
| Binary | 1001110 | 100101 | 111101 | 0 | 110101 | 10110 | 1000101 | 101000101 | 100100 | 10111 |
Color Harmonies of #4E253D
Complementary color
Monochromatic Colors of #4E253D
Black with #4E253D
Text Example
Text Example
White with #4E253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E253D; }
p { color: rgb(78,37,61); }
H1.HeaderClassName
{
color: #4E253D;
}
.AnyTagClassName
{
color: #4E253D;
}
</style>
background-color css
<style>
a { background-color: #4E253D; }
a { background-color: rgb(78,37,61); }
div.DivClassName
{
background-color: #4E253D;
}
.BgClassName
{
background-color: #4E253D;
}
</style>
border-color css
<style>
span { border-color: #4E253D; }
span { border-color: rgb(78,37,61); }
td.TdClassName
{
border-color: #4E253D;
}
.TagClassName
{
border-color: #4E253D;
}
</style>