Shades of Barossa #4D293D
Tints of Barossa #4D293D
RGB
CMYK
RGB Variations
Color information
#4D293D (or 0x4D293D) is known color: Barossa. HEX triplet: 4D, 29 and 3D. RGB value is (77,41,61). Sum of RGB (Red+Green+Blue) = 77+41+61=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D293D is #B2D6C2. Grayscale: #353535. Windows color (decimal): -11720387 or 4008269. OLE color: 4008269.
HSL color Cylindrical-coordinate representation of color #4D293D: hue angle of 326.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D293D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 61 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.70 |
| HSL | 326.67º | 0.31% | 0.23% | - |
| HSV(B) | 326.67º | 0.47% | 0.3% | - |
| XYZ | 4.7 | 3.5 | 4.84 | - |
| YUV | 54.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 61 | 0 | 0.47 | 0.21 | 0.70 | 326.67 | 0.31 | 0.23 |
| Hex | 4D | 29 | 3D | 0 | 2F | 15 | 46 | 147 | 1F | 17 |
| Octal | 115 | 51 | 75 | 0 | 57 | 25 | 106 | 507 | 37 | 27 |
| Binary | 1001101 | 101001 | 111101 | 0 | 101111 | 10101 | 1000110 | 101000111 | 11111 | 10111 |
Color Harmonies of #4D293D
Complementary color
Monochromatic Colors of #4D293D
Black with #4D293D
Text Example
Text Example
White with #4D293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D293D; }
p { color: rgb(77,41,61); }
H1.HeaderClassName
{
color: #4D293D;
}
.AnyTagClassName
{
color: #4D293D;
}
</style>
background-color css
<style>
a { background-color: #4D293D; }
a { background-color: rgb(77,41,61); }
div.DivClassName
{
background-color: #4D293D;
}
.BgClassName
{
background-color: #4D293D;
}
</style>
border-color css
<style>
span { border-color: #4D293D; }
span { border-color: rgb(77,41,61); }
td.TdClassName
{
border-color: #4D293D;
}
.TagClassName
{
border-color: #4D293D;
}
</style>