Shades of Barossa #4B2F40
Tints of Barossa #4B2F40
RGB
CMYK
RGB Variations
Color information
#4B2F40 (or 0x4B2F40) is known color: Barossa. HEX triplet: 4B, 2F and 40. RGB value is (75,47,64). Sum of RGB (Red+Green+Blue) = 75+47+64=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F40 is #B4D0BF. Grayscale: #393939. Windows color (decimal): -11849920 or 4206411. OLE color: 4206411.
HSL color Cylindrical-coordinate representation of color #4B2F40: hue angle of 323.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B2F40 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 47 | 64 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.71 |
| HSL | 323.57º | 0.23% | 0.24% | - |
| HSV(B) | 323.57º | 0.37% | 0.29% | - |
| XYZ | 4.84 | 3.9 | 5.35 | - |
| YUV | 57.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 47 | 64 | 0 | 0.37 | 0.15 | 0.71 | 323.57 | 0.23 | 0.24 |
| Hex | 4B | 2F | 40 | 0 | 25 | F | 47 | 144 | 17 | 18 |
| Octal | 113 | 57 | 100 | 0 | 45 | 17 | 107 | 504 | 27 | 30 |
| Binary | 1001011 | 101111 | 1000000 | 0 | 100101 | 1111 | 1000111 | 101000100 | 10111 | 11000 |
Color Harmonies of #4B2F40
Complementary color
Monochromatic Colors of #4B2F40
Black with #4B2F40
Text Example
Text Example
White with #4B2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2F40; }
p { color: rgb(75,47,64); }
H1.HeaderClassName
{
color: #4B2F40;
}
.AnyTagClassName
{
color: #4B2F40;
}
</style>
background-color css
<style>
a { background-color: #4B2F40; }
a { background-color: rgb(75,47,64); }
div.DivClassName
{
background-color: #4B2F40;
}
.BgClassName
{
background-color: #4B2F40;
}
</style>
border-color css
<style>
span { border-color: #4B2F40; }
span { border-color: rgb(75,47,64); }
td.TdClassName
{
border-color: #4B2F40;
}
.TagClassName
{
border-color: #4B2F40;
}
</style>