Shades of Barossa #4E273D
Tints of Barossa #4E273D
RGB
CMYK
RGB Variations
Color information
#4E273D (or 0x4E273D) is known color: Barossa. HEX triplet: 4E, 27 and 3D. RGB value is (78,39,61). Sum of RGB (Red+Green+Blue) = 78+39+61=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E273D is #B1D8C2. Grayscale: #353535. Windows color (decimal): -11655363 or 4007758. OLE color: 4007758.
HSL color Cylindrical-coordinate representation of color #4E273D: hue angle of 326.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E273D is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 61 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.69 |
| HSL | 326.15º | 0.33% | 0.23% | - |
| HSV(B) | 326.15º | 0.5% | 0.31% | - |
| XYZ | 4.71 | 3.41 | 4.82 | - |
| YUV | 53.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 61 | 0 | 0.50 | 0.22 | 0.69 | 326.15 | 0.33 | 0.23 |
| Hex | 4E | 27 | 3D | 0 | 32 | 16 | 45 | 146 | 21 | 17 |
| Octal | 116 | 47 | 75 | 0 | 62 | 26 | 105 | 506 | 41 | 27 |
| Binary | 1001110 | 100111 | 111101 | 0 | 110010 | 10110 | 1000101 | 101000110 | 100001 | 10111 |
Color Harmonies of #4E273D
Complementary color
Monochromatic Colors of #4E273D
Black with #4E273D
Text Example
Text Example
White with #4E273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E273D; }
p { color: rgb(78,39,61); }
H1.HeaderClassName
{
color: #4E273D;
}
.AnyTagClassName
{
color: #4E273D;
}
</style>
background-color css
<style>
a { background-color: #4E273D; }
a { background-color: rgb(78,39,61); }
div.DivClassName
{
background-color: #4E273D;
}
.BgClassName
{
background-color: #4E273D;
}
</style>
border-color css
<style>
span { border-color: #4E273D; }
span { border-color: rgb(78,39,61); }
td.TdClassName
{
border-color: #4E273D;
}
.TagClassName
{
border-color: #4E273D;
}
</style>