Shades of Barossa #4B3B43
Tints of Barossa #4B3B43
RGB
CMYK
RGB Variations
Color information
#4B3B43 (or 0x4B3B43) is known color: Barossa. HEX triplet: 4B, 3B and 43. RGB value is (75,59,67). Sum of RGB (Red+Green+Blue) = 75+59+67=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B43 is #B4C4BC. Grayscale: #404040. Windows color (decimal): -11846845 or 4406091. OLE color: 4406091.
HSL color Cylindrical-coordinate representation of color #4B3B43: hue angle of 330º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B3B43 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 67 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.71 |
| HSL | 330º | 0.12% | 0.26% | - |
| HSV(B) | 330º | 0.21% | 0.29% | - |
| XYZ | 5.48 | 5.03 | 5.99 | - |
| YUV | 64.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 67 | 0 | 0.21 | 0.11 | 0.71 | 330 | 0.12 | 0.26 |
| Hex | 4B | 3B | 43 | 0 | 15 | B | 47 | 14A | C | 1A |
| Octal | 113 | 73 | 103 | 0 | 25 | 13 | 107 | 512 | 14 | 32 |
| Binary | 1001011 | 111011 | 1000011 | 0 | 10101 | 1011 | 1000111 | 101001010 | 1100 | 11010 |
Color Harmonies of #4B3B43
Complementary color
Monochromatic Colors of #4B3B43
Black with #4B3B43
Text Example
Text Example
White with #4B3B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B43; }
p { color: rgb(75,59,67); }
H1.HeaderClassName
{
color: #4B3B43;
}
.AnyTagClassName
{
color: #4B3B43;
}
</style>
background-color css
<style>
a { background-color: #4B3B43; }
a { background-color: rgb(75,59,67); }
div.DivClassName
{
background-color: #4B3B43;
}
.BgClassName
{
background-color: #4B3B43;
}
</style>
border-color css
<style>
span { border-color: #4B3B43; }
span { border-color: rgb(75,59,67); }
td.TdClassName
{
border-color: #4B3B43;
}
.TagClassName
{
border-color: #4B3B43;
}
</style>