Shades of Barossa #4D3640
Tints of Barossa #4D3640
RGB
CMYK
RGB Variations
Color information
#4D3640 (or 0x4D3640) is known color: Barossa. HEX triplet: 4D, 36 and 40. RGB value is (77,54,64). Sum of RGB (Red+Green+Blue) = 77+54+64=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3640 is #B2C9BF. Grayscale: #3D3D3D. Windows color (decimal): -11717056 or 4208205. OLE color: 4208205.
HSL color Cylindrical-coordinate representation of color #4D3640: hue angle of 333.91º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D3640 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 64 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.70 |
| HSL | 333.91º | 0.18% | 0.26% | - |
| HSV(B) | 333.91º | 0.3% | 0.3% | - |
| XYZ | 5.31 | 4.59 | 5.46 | - |
| YUV | 62.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 64 | 0 | 0.30 | 0.17 | 0.70 | 333.91 | 0.18 | 0.26 |
| Hex | 4D | 36 | 40 | 0 | 1E | 11 | 46 | 14E | 12 | 1A |
| Octal | 115 | 66 | 100 | 0 | 36 | 21 | 106 | 516 | 22 | 32 |
| Binary | 1001101 | 110110 | 1000000 | 0 | 11110 | 10001 | 1000110 | 101001110 | 10010 | 11010 |
Color Harmonies of #4D3640
Complementary color
Monochromatic Colors of #4D3640
Black with #4D3640
Text Example
Text Example
White with #4D3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3640; }
p { color: rgb(77,54,64); }
H1.HeaderClassName
{
color: #4D3640;
}
.AnyTagClassName
{
color: #4D3640;
}
</style>
background-color css
<style>
a { background-color: #4D3640; }
a { background-color: rgb(77,54,64); }
div.DivClassName
{
background-color: #4D3640;
}
.BgClassName
{
background-color: #4D3640;
}
</style>
border-color css
<style>
span { border-color: #4D3640; }
span { border-color: rgb(77,54,64); }
td.TdClassName
{
border-color: #4D3640;
}
.TagClassName
{
border-color: #4D3640;
}
</style>