Shades of Barossa #4B293A
Tints of Barossa #4B293A
RGB
CMYK
RGB Variations
Color information
#4B293A (or 0x4B293A) is known color: Barossa. HEX triplet: 4B, 29 and 3A. RGB value is (75,41,58). Sum of RGB (Red+Green+Blue) = 75+41+58=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B293A is #B4D6C5. Grayscale: #353535. Windows color (decimal): -11851462 or 3811659. OLE color: 3811659.
HSL color Cylindrical-coordinate representation of color #4B293A: hue angle of 330º 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 #4B293A is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 41 | 58 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.71 |
| HSL | 330º | 0.29% | 0.23% | - |
| HSV(B) | 330º | 0.45% | 0.29% | - |
| XYZ | 4.46 | 3.39 | 4.42 | - |
| YUV | 53.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 58 | 0 | 0.45 | 0.23 | 0.71 | 330 | 0.29 | 0.23 |
| Hex | 4B | 29 | 3A | 0 | 2D | 17 | 47 | 14A | 1D | 17 |
| Octal | 113 | 51 | 72 | 0 | 55 | 27 | 107 | 512 | 35 | 27 |
| Binary | 1001011 | 101001 | 111010 | 0 | 101101 | 10111 | 1000111 | 101001010 | 11101 | 10111 |
Color Harmonies of #4B293A
Complementary color
Monochromatic Colors of #4B293A
Black with #4B293A
Text Example
Text Example
White with #4B293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B293A; }
p { color: rgb(75,41,58); }
H1.HeaderClassName
{
color: #4B293A;
}
.AnyTagClassName
{
color: #4B293A;
}
</style>
background-color css
<style>
a { background-color: #4B293A; }
a { background-color: rgb(75,41,58); }
div.DivClassName
{
background-color: #4B293A;
}
.BgClassName
{
background-color: #4B293A;
}
</style>
border-color css
<style>
span { border-color: #4B293A; }
span { border-color: rgb(75,41,58); }
td.TdClassName
{
border-color: #4B293A;
}
.TagClassName
{
border-color: #4B293A;
}
</style>