Shades of Barossa #4B3A43
Tints of Barossa #4B3A43
RGB
CMYK
RGB Variations
Color information
#4B3A43 (or 0x4B3A43) is known color: Barossa. HEX triplet: 4B, 3A and 43. RGB value is (75,58,67). Sum of RGB (Red+Green+Blue) = 75+58+67=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A43 is #B4C5BC. Grayscale: #404040. Windows color (decimal): -11847101 or 4405835. OLE color: 4405835.
HSL color Cylindrical-coordinate representation of color #4B3A43: hue angle of 328.24º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B3A43 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 67 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.71 |
| HSL | 328.24º | 0.13% | 0.26% | - |
| HSV(B) | 328.24º | 0.23% | 0.29% | - |
| XYZ | 5.43 | 4.93 | 5.98 | - |
| YUV | 64.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 67 | 0 | 0.23 | 0.11 | 0.71 | 328.24 | 0.13 | 0.26 |
| Hex | 4B | 3A | 43 | 0 | 17 | B | 47 | 148 | D | 1A |
| Octal | 113 | 72 | 103 | 0 | 27 | 13 | 107 | 510 | 15 | 32 |
| Binary | 1001011 | 111010 | 1000011 | 0 | 10111 | 1011 | 1000111 | 101001000 | 1101 | 11010 |
Color Harmonies of #4B3A43
Complementary color
Monochromatic Colors of #4B3A43
Black with #4B3A43
Text Example
Text Example
White with #4B3A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A43; }
p { color: rgb(75,58,67); }
H1.HeaderClassName
{
color: #4B3A43;
}
.AnyTagClassName
{
color: #4B3A43;
}
</style>
background-color css
<style>
a { background-color: #4B3A43; }
a { background-color: rgb(75,58,67); }
div.DivClassName
{
background-color: #4B3A43;
}
.BgClassName
{
background-color: #4B3A43;
}
</style>
border-color css
<style>
span { border-color: #4B3A43; }
span { border-color: rgb(75,58,67); }
td.TdClassName
{
border-color: #4B3A43;
}
.TagClassName
{
border-color: #4B3A43;
}
</style>