Shades of Barossa #4B2E3A
Tints of Barossa #4B2E3A
RGB
CMYK
RGB Variations
Color information
#4B2E3A (or 0x4B2E3A) is known color: Barossa. HEX triplet: 4B, 2E and 3A. RGB value is (75,46,58). Sum of RGB (Red+Green+Blue) = 75+46+58=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E3A is #B4D1C5. Grayscale: #383838. Windows color (decimal): -11850182 or 3812939. OLE color: 3812939.
HSL color Cylindrical-coordinate representation of color #4B2E3A: hue angle of 335.17º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B2E3A is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 58 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.71 |
| HSL | 335.17º | 0.24% | 0.24% | - |
| HSV(B) | 335.17º | 0.39% | 0.29% | - |
| XYZ | 4.64 | 3.76 | 4.48 | - |
| YUV | 56.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 58 | 0 | 0.39 | 0.23 | 0.71 | 335.17 | 0.24 | 0.24 |
| Hex | 4B | 2E | 3A | 0 | 27 | 17 | 47 | 14F | 18 | 18 |
| Octal | 113 | 56 | 72 | 0 | 47 | 27 | 107 | 517 | 30 | 30 |
| Binary | 1001011 | 101110 | 111010 | 0 | 100111 | 10111 | 1000111 | 101001111 | 11000 | 11000 |
Color Harmonies of #4B2E3A
Complementary color
Monochromatic Colors of #4B2E3A
Black with #4B2E3A
Text Example
Text Example
White with #4B2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E3A; }
p { color: rgb(75,46,58); }
H1.HeaderClassName
{
color: #4B2E3A;
}
.AnyTagClassName
{
color: #4B2E3A;
}
</style>
background-color css
<style>
a { background-color: #4B2E3A; }
a { background-color: rgb(75,46,58); }
div.DivClassName
{
background-color: #4B2E3A;
}
.BgClassName
{
background-color: #4B2E3A;
}
</style>
border-color css
<style>
span { border-color: #4B2E3A; }
span { border-color: rgb(75,46,58); }
td.TdClassName
{
border-color: #4B2E3A;
}
.TagClassName
{
border-color: #4B2E3A;
}
</style>