Shades of Barossa #4B2436
Tints of Barossa #4B2436
RGB
CMYK
RGB Variations
Color information
#4B2436 (or 0x4B2436) is known color: Barossa. HEX triplet: 4B, 24 and 36. RGB value is (75,36,54). Sum of RGB (Red+Green+Blue) = 75+36+54=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2436 is #B4DBC9. Grayscale: #313131. Windows color (decimal): -11852746 or 3548235. OLE color: 3548235.
HSL color Cylindrical-coordinate representation of color #4B2436: hue angle of 332.31º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B2436 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 36 | 54 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.71 |
| HSL | 332.31º | 0.35% | 0.22% | - |
| HSV(B) | 332.31º | 0.52% | 0.29% | - |
| XYZ | 4.2 | 3.02 | 3.85 | - |
| YUV | 49.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 54 | 0 | 0.52 | 0.28 | 0.71 | 332.31 | 0.35 | 0.22 |
| Hex | 4B | 24 | 36 | 0 | 34 | 1C | 47 | 14C | 23 | 16 |
| Octal | 113 | 44 | 66 | 0 | 64 | 34 | 107 | 514 | 43 | 26 |
| Binary | 1001011 | 100100 | 110110 | 0 | 110100 | 11100 | 1000111 | 101001100 | 100011 | 10110 |
Color Harmonies of #4B2436
Complementary color
Monochromatic Colors of #4B2436
Black with #4B2436
Text Example
Text Example
White with #4B2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2436; }
p { color: rgb(75,36,54); }
H1.HeaderClassName
{
color: #4B2436;
}
.AnyTagClassName
{
color: #4B2436;
}
</style>
background-color css
<style>
a { background-color: #4B2436; }
a { background-color: rgb(75,36,54); }
div.DivClassName
{
background-color: #4B2436;
}
.BgClassName
{
background-color: #4B2436;
}
</style>
border-color css
<style>
span { border-color: #4B2436; }
span { border-color: rgb(75,36,54); }
td.TdClassName
{
border-color: #4B2436;
}
.TagClassName
{
border-color: #4B2436;
}
</style>