Shades of Barossa #4B293C
Tints of Barossa #4B293C
RGB
CMYK
RGB Variations
Color information
#4B293C (or 0x4B293C) is known color: Barossa. HEX triplet: 4B, 29 and 3C. RGB value is (75,41,60). Sum of RGB (Red+Green+Blue) = 75+41+60=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B293C is #B4D6C3. Grayscale: #353535. Windows color (decimal): -11851460 or 3942731. OLE color: 3942731.
HSL color Cylindrical-coordinate representation of color #4B293C: hue angle of 326.47º 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 #4B293C is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 41 | 60 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.71 |
| HSL | 326.47º | 0.29% | 0.23% | - |
| HSV(B) | 326.47º | 0.45% | 0.29% | - |
| XYZ | 4.51 | 3.41 | 4.7 | - |
| YUV | 53.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 60 | 0 | 0.45 | 0.20 | 0.71 | 326.47 | 0.29 | 0.23 |
| Hex | 4B | 29 | 3C | 0 | 2D | 14 | 47 | 146 | 1D | 17 |
| Octal | 113 | 51 | 74 | 0 | 55 | 24 | 107 | 506 | 35 | 27 |
| Binary | 1001011 | 101001 | 111100 | 0 | 101101 | 10100 | 1000111 | 101000110 | 11101 | 10111 |
Color Harmonies of #4B293C
Complementary color
Monochromatic Colors of #4B293C
Black with #4B293C
Text Example
Text Example
White with #4B293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B293C; }
p { color: rgb(75,41,60); }
H1.HeaderClassName
{
color: #4B293C;
}
.AnyTagClassName
{
color: #4B293C;
}
</style>
background-color css
<style>
a { background-color: #4B293C; }
a { background-color: rgb(75,41,60); }
div.DivClassName
{
background-color: #4B293C;
}
.BgClassName
{
background-color: #4B293C;
}
</style>
border-color css
<style>
span { border-color: #4B293C; }
span { border-color: rgb(75,41,60); }
td.TdClassName
{
border-color: #4B293C;
}
.TagClassName
{
border-color: #4B293C;
}
</style>