Shades of Barossa #4B2939
Tints of Barossa #4B2939
RGB
CMYK
RGB Variations
Color information
#4B2939 (or 0x4B2939) is known color: Barossa. HEX triplet: 4B, 29 and 39. RGB value is (75,41,57). Sum of RGB (Red+Green+Blue) = 75+41+57=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2939 is #B4D6C6. Grayscale: #343434. Windows color (decimal): -11851463 or 3746123. OLE color: 3746123.
HSL color Cylindrical-coordinate representation of color #4B2939: hue angle of 331.76º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B2939 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 41 | 57 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.71 |
| HSL | 331.76º | 0.29% | 0.23% | - |
| HSV(B) | 331.76º | 0.45% | 0.29% | - |
| XYZ | 4.43 | 3.38 | 4.29 | - |
| YUV | 52.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 57 | 0 | 0.45 | 0.24 | 0.71 | 331.76 | 0.29 | 0.23 |
| Hex | 4B | 29 | 39 | 0 | 2D | 18 | 47 | 14C | 1D | 17 |
| Octal | 113 | 51 | 71 | 0 | 55 | 30 | 107 | 514 | 35 | 27 |
| Binary | 1001011 | 101001 | 111001 | 0 | 101101 | 11000 | 1000111 | 101001100 | 11101 | 10111 |
Color Harmonies of #4B2939
Complementary color
Monochromatic Colors of #4B2939
Black with #4B2939
Text Example
Text Example
White with #4B2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2939; }
p { color: rgb(75,41,57); }
H1.HeaderClassName
{
color: #4B2939;
}
.AnyTagClassName
{
color: #4B2939;
}
</style>
background-color css
<style>
a { background-color: #4B2939; }
a { background-color: rgb(75,41,57); }
div.DivClassName
{
background-color: #4B2939;
}
.BgClassName
{
background-color: #4B2939;
}
</style>
border-color css
<style>
span { border-color: #4B2939; }
span { border-color: rgb(75,41,57); }
td.TdClassName
{
border-color: #4B2939;
}
.TagClassName
{
border-color: #4B2939;
}
</style>