Shades of Barossa #4D2B3C
Tints of Barossa #4D2B3C
RGB
CMYK
RGB Variations
Color information
#4D2B3C (or 0x4D2B3C) is known color: Barossa. HEX triplet: 4D, 2B and 3C. RGB value is (77,43,60). Sum of RGB (Red+Green+Blue) = 77+43+60=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2B3C is #B2D4C3. Grayscale: #373737. Windows color (decimal): -11719876 or 3943245. OLE color: 3943245.
HSL color Cylindrical-coordinate representation of color #4D2B3C: hue angle of 330º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D2B3C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 43 | 60 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.70 |
| HSL | 330º | 0.28% | 0.24% | - |
| HSV(B) | 330º | 0.44% | 0.3% | - |
| XYZ | 4.74 | 3.63 | 4.73 | - |
| YUV | 55.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 60 | 0 | 0.44 | 0.22 | 0.70 | 330 | 0.28 | 0.24 |
| Hex | 4D | 2B | 3C | 0 | 2C | 16 | 46 | 14A | 1C | 18 |
| Octal | 115 | 53 | 74 | 0 | 54 | 26 | 106 | 512 | 34 | 30 |
| Binary | 1001101 | 101011 | 111100 | 0 | 101100 | 10110 | 1000110 | 101001010 | 11100 | 11000 |
Color Harmonies of #4D2B3C
Complementary color
Monochromatic Colors of #4D2B3C
Black with #4D2B3C
Text Example
Text Example
White with #4D2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2B3C; }
p { color: rgb(77,43,60); }
H1.HeaderClassName
{
color: #4D2B3C;
}
.AnyTagClassName
{
color: #4D2B3C;
}
</style>
background-color css
<style>
a { background-color: #4D2B3C; }
a { background-color: rgb(77,43,60); }
div.DivClassName
{
background-color: #4D2B3C;
}
.BgClassName
{
background-color: #4D2B3C;
}
</style>
border-color css
<style>
span { border-color: #4D2B3C; }
span { border-color: rgb(77,43,60); }
td.TdClassName
{
border-color: #4D2B3C;
}
.TagClassName
{
border-color: #4D2B3C;
}
</style>