Shades of Barossa #4D3541
Tints of Barossa #4D3541
RGB
CMYK
RGB Variations
Color information
#4D3541 (or 0x4D3541) is known color: Barossa. HEX triplet: 4D, 35 and 41. RGB value is (77,53,65). Sum of RGB (Red+Green+Blue) = 77+53+65=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3541 is #B2CABE. Grayscale: #3D3D3D. Windows color (decimal): -11717311 or 4273485. OLE color: 4273485.
HSL color Cylindrical-coordinate representation of color #4D3541: hue angle of 330º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D3541 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 65 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.70 |
| HSL | 330º | 0.18% | 0.25% | - |
| HSV(B) | 330º | 0.31% | 0.3% | - |
| XYZ | 5.29 | 4.51 | 5.59 | - |
| YUV | 61.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 65 | 0 | 0.31 | 0.16 | 0.70 | 330 | 0.18 | 0.25 |
| Hex | 4D | 35 | 41 | 0 | 1F | 10 | 46 | 14A | 12 | 19 |
| Octal | 115 | 65 | 101 | 0 | 37 | 20 | 106 | 512 | 22 | 31 |
| Binary | 1001101 | 110101 | 1000001 | 0 | 11111 | 10000 | 1000110 | 101001010 | 10010 | 11001 |
Color Harmonies of #4D3541
Complementary color
Monochromatic Colors of #4D3541
Black with #4D3541
Text Example
Text Example
White with #4D3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3541; }
p { color: rgb(77,53,65); }
H1.HeaderClassName
{
color: #4D3541;
}
.AnyTagClassName
{
color: #4D3541;
}
</style>
background-color css
<style>
a { background-color: #4D3541; }
a { background-color: rgb(77,53,65); }
div.DivClassName
{
background-color: #4D3541;
}
.BgClassName
{
background-color: #4D3541;
}
</style>
border-color css
<style>
span { border-color: #4D3541; }
span { border-color: rgb(77,53,65); }
td.TdClassName
{
border-color: #4D3541;
}
.TagClassName
{
border-color: #4D3541;
}
</style>