Shades of Barossa #4B3040
Tints of Barossa #4B3040
RGB
CMYK
RGB Variations
Color information
#4B3040 (or 0x4B3040) is known color: Barossa. HEX triplet: 4B, 30 and 40. RGB value is (75,48,64). Sum of RGB (Red+Green+Blue) = 75+48+64=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3040 is #B4CFBF. Grayscale: #393939. Windows color (decimal): -11849664 or 4206667. OLE color: 4206667.
HSL color Cylindrical-coordinate representation of color #4B3040: hue angle of 324.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3040 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 48 | 64 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.71 |
| HSL | 324.44º | 0.22% | 0.24% | - |
| HSV(B) | 324.44º | 0.36% | 0.29% | - |
| XYZ | 4.88 | 3.98 | 5.36 | - |
| YUV | 57.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 64 | 0 | 0.36 | 0.15 | 0.71 | 324.44 | 0.22 | 0.24 |
| Hex | 4B | 30 | 40 | 0 | 24 | F | 47 | 144 | 16 | 18 |
| Octal | 113 | 60 | 100 | 0 | 44 | 17 | 107 | 504 | 26 | 30 |
| Binary | 1001011 | 110000 | 1000000 | 0 | 100100 | 1111 | 1000111 | 101000100 | 10110 | 11000 |
Color Harmonies of #4B3040
Complementary color
Monochromatic Colors of #4B3040
Black with #4B3040
Text Example
Text Example
White with #4B3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3040; }
p { color: rgb(75,48,64); }
H1.HeaderClassName
{
color: #4B3040;
}
.AnyTagClassName
{
color: #4B3040;
}
</style>
background-color css
<style>
a { background-color: #4B3040; }
a { background-color: rgb(75,48,64); }
div.DivClassName
{
background-color: #4B3040;
}
.BgClassName
{
background-color: #4B3040;
}
</style>
border-color css
<style>
span { border-color: #4B3040; }
span { border-color: rgb(75,48,64); }
td.TdClassName
{
border-color: #4B3040;
}
.TagClassName
{
border-color: #4B3040;
}
</style>