Shades of Barossa #4B2236
Tints of Barossa #4B2236
RGB
CMYK
RGB Variations
Color information
#4B2236 (or 0x4B2236) is known color: Barossa. HEX triplet: 4B, 22 and 36. RGB value is (75,34,54). Sum of RGB (Red+Green+Blue) = 75+34+54=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2236 is #B4DDC9. Grayscale: #303030. Windows color (decimal): -11853258 or 3547723. OLE color: 3547723.
HSL color Cylindrical-coordinate representation of color #4B2236: hue angle of 330.73º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2236 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 54 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.71 |
| HSL | 330.73º | 0.38% | 0.21% | - |
| HSV(B) | 330.73º | 0.55% | 0.29% | - |
| XYZ | 4.14 | 2.91 | 3.83 | - |
| YUV | 48.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 54 | 0 | 0.55 | 0.28 | 0.71 | 330.73 | 0.38 | 0.21 |
| Hex | 4B | 22 | 36 | 0 | 37 | 1C | 47 | 14B | 26 | 15 |
| Octal | 113 | 42 | 66 | 0 | 67 | 34 | 107 | 513 | 46 | 25 |
| Binary | 1001011 | 100010 | 110110 | 0 | 110111 | 11100 | 1000111 | 101001011 | 100110 | 10101 |
Color Harmonies of #4B2236
Complementary color
Monochromatic Colors of #4B2236
Black with #4B2236
Text Example
Text Example
White with #4B2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2236; }
p { color: rgb(75,34,54); }
H1.HeaderClassName
{
color: #4B2236;
}
.AnyTagClassName
{
color: #4B2236;
}
</style>
background-color css
<style>
a { background-color: #4B2236; }
a { background-color: rgb(75,34,54); }
div.DivClassName
{
background-color: #4B2236;
}
.BgClassName
{
background-color: #4B2236;
}
</style>
border-color css
<style>
span { border-color: #4B2236; }
span { border-color: rgb(75,34,54); }
td.TdClassName
{
border-color: #4B2236;
}
.TagClassName
{
border-color: #4B2236;
}
</style>