Shades of Barossa #4B2538
Tints of Barossa #4B2538
RGB
CMYK
RGB Variations
Color information
#4B2538 (or 0x4B2538) is known color: Barossa. HEX triplet: 4B, 25 and 38. RGB value is (75,37,56). Sum of RGB (Red+Green+Blue) = 75+37+56=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2538 is #B4DAC7. Grayscale: #323232. Windows color (decimal): -11852488 or 3679563. OLE color: 3679563.
HSL color Cylindrical-coordinate representation of color #4B2538: hue angle of 330º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2538 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 37 | 56 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.71 |
| HSL | 330º | 0.34% | 0.22% | - |
| HSV(B) | 330º | 0.51% | 0.29% | - |
| XYZ | 4.28 | 3.1 | 4.12 | - |
| YUV | 50.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 37 | 56 | 0 | 0.51 | 0.25 | 0.71 | 330 | 0.34 | 0.22 |
| Hex | 4B | 25 | 38 | 0 | 33 | 19 | 47 | 14A | 22 | 16 |
| Octal | 113 | 45 | 70 | 0 | 63 | 31 | 107 | 512 | 42 | 26 |
| Binary | 1001011 | 100101 | 111000 | 0 | 110011 | 11001 | 1000111 | 101001010 | 100010 | 10110 |
Color Harmonies of #4B2538
Complementary color
Monochromatic Colors of #4B2538
Black with #4B2538
Text Example
Text Example
White with #4B2538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2538; }
p { color: rgb(75,37,56); }
H1.HeaderClassName
{
color: #4B2538;
}
.AnyTagClassName
{
color: #4B2538;
}
</style>
background-color css
<style>
a { background-color: #4B2538; }
a { background-color: rgb(75,37,56); }
div.DivClassName
{
background-color: #4B2538;
}
.BgClassName
{
background-color: #4B2538;
}
</style>
border-color css
<style>
span { border-color: #4B2538; }
span { border-color: rgb(75,37,56); }
td.TdClassName
{
border-color: #4B2538;
}
.TagClassName
{
border-color: #4B2538;
}
</style>