Shades of Barossa #4D293B
Tints of Barossa #4D293B
RGB
CMYK
RGB Variations
Color information
#4D293B (or 0x4D293B) is known color: Barossa. HEX triplet: 4D, 29 and 3B. RGB value is (77,41,59). Sum of RGB (Red+Green+Blue) = 77+41+59=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D293B is #B2D6C4. Grayscale: #353535. Windows color (decimal): -11720389 or 3877197. OLE color: 3877197.
HSL color Cylindrical-coordinate representation of color #4D293B: hue angle of 330º 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 #4D293B is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 59 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.70 |
| HSL | 330º | 0.31% | 0.23% | - |
| HSV(B) | 330º | 0.47% | 0.3% | - |
| XYZ | 4.64 | 3.48 | 4.56 | - |
| YUV | 53.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 59 | 0 | 0.47 | 0.23 | 0.70 | 330 | 0.31 | 0.23 |
| Hex | 4D | 29 | 3B | 0 | 2F | 17 | 46 | 14A | 1F | 17 |
| Octal | 115 | 51 | 73 | 0 | 57 | 27 | 106 | 512 | 37 | 27 |
| Binary | 1001101 | 101001 | 111011 | 0 | 101111 | 10111 | 1000110 | 101001010 | 11111 | 10111 |
Color Harmonies of #4D293B
Complementary color
Monochromatic Colors of #4D293B
Black with #4D293B
Text Example
Text Example
White with #4D293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D293B; }
p { color: rgb(77,41,59); }
H1.HeaderClassName
{
color: #4D293B;
}
.AnyTagClassName
{
color: #4D293B;
}
</style>
background-color css
<style>
a { background-color: #4D293B; }
a { background-color: rgb(77,41,59); }
div.DivClassName
{
background-color: #4D293B;
}
.BgClassName
{
background-color: #4D293B;
}
</style>
border-color css
<style>
span { border-color: #4D293B; }
span { border-color: rgb(77,41,59); }
td.TdClassName
{
border-color: #4D293B;
}
.TagClassName
{
border-color: #4D293B;
}
</style>