Shades of Barossa #4B2737
Tints of Barossa #4B2737
RGB
CMYK
RGB Variations
Color information
#4B2737 (or 0x4B2737) is known color: Barossa. HEX triplet: 4B, 27 and 37. RGB value is (75,39,55). Sum of RGB (Red+Green+Blue) = 75+39+55=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2737 is #B4D8C8. Grayscale: #333333. Windows color (decimal): -11851977 or 3614539. OLE color: 3614539.
HSL color Cylindrical-coordinate representation of color #4B2737: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B2737 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 55 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.71 |
| HSL | 333.33º | 0.32% | 0.22% | - |
| HSV(B) | 333.33º | 0.48% | 0.29% | - |
| XYZ | 4.32 | 3.22 | 4.01 | - |
| YUV | 51.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 55 | 0 | 0.48 | 0.27 | 0.71 | 333.33 | 0.32 | 0.22 |
| Hex | 4B | 27 | 37 | 0 | 30 | 1B | 47 | 14D | 20 | 16 |
| Octal | 113 | 47 | 67 | 0 | 60 | 33 | 107 | 515 | 40 | 26 |
| Binary | 1001011 | 100111 | 110111 | 0 | 110000 | 11011 | 1000111 | 101001101 | 100000 | 10110 |
Color Harmonies of #4B2737
Complementary color
Monochromatic Colors of #4B2737
Black with #4B2737
Text Example
Text Example
White with #4B2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2737; }
p { color: rgb(75,39,55); }
H1.HeaderClassName
{
color: #4B2737;
}
.AnyTagClassName
{
color: #4B2737;
}
</style>
background-color css
<style>
a { background-color: #4B2737; }
a { background-color: rgb(75,39,55); }
div.DivClassName
{
background-color: #4B2737;
}
.BgClassName
{
background-color: #4B2737;
}
</style>
border-color css
<style>
span { border-color: #4B2737; }
span { border-color: rgb(75,39,55); }
td.TdClassName
{
border-color: #4B2737;
}
.TagClassName
{
border-color: #4B2737;
}
</style>