Shades of Barossa #4D2A3A
Tints of Barossa #4D2A3A
RGB
CMYK
RGB Variations
Color information
#4D2A3A (or 0x4D2A3A) is known color: Barossa. HEX triplet: 4D, 2A and 3A. RGB value is (77,42,58). Sum of RGB (Red+Green+Blue) = 77+42+58=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2A3A is #B2D5C5. Grayscale: #363636. Windows color (decimal): -11720134 or 3811917. OLE color: 3811917.
HSL color Cylindrical-coordinate representation of color #4D2A3A: hue angle of 332.57º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D2A3A is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 42 | 58 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.70 |
| HSL | 332.57º | 0.29% | 0.23% | - |
| HSV(B) | 332.57º | 0.45% | 0.3% | - |
| XYZ | 4.65 | 3.54 | 4.44 | - |
| YUV | 54.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 58 | 0 | 0.45 | 0.25 | 0.70 | 332.57 | 0.29 | 0.23 |
| Hex | 4D | 2A | 3A | 0 | 2D | 19 | 46 | 14D | 1D | 17 |
| Octal | 115 | 52 | 72 | 0 | 55 | 31 | 106 | 515 | 35 | 27 |
| Binary | 1001101 | 101010 | 111010 | 0 | 101101 | 11001 | 1000110 | 101001101 | 11101 | 10111 |
Color Harmonies of #4D2A3A
Complementary color
Monochromatic Colors of #4D2A3A
Black with #4D2A3A
Text Example
Text Example
White with #4D2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2A3A; }
p { color: rgb(77,42,58); }
H1.HeaderClassName
{
color: #4D2A3A;
}
.AnyTagClassName
{
color: #4D2A3A;
}
</style>
background-color css
<style>
a { background-color: #4D2A3A; }
a { background-color: rgb(77,42,58); }
div.DivClassName
{
background-color: #4D2A3A;
}
.BgClassName
{
background-color: #4D2A3A;
}
</style>
border-color css
<style>
span { border-color: #4D2A3A; }
span { border-color: rgb(77,42,58); }
td.TdClassName
{
border-color: #4D2A3A;
}
.TagClassName
{
border-color: #4D2A3A;
}
</style>