Shades of Barossa #4B2C3F
Tints of Barossa #4B2C3F
RGB
CMYK
RGB Variations
Color information
#4B2C3F (or 0x4B2C3F) is known color: Barossa. HEX triplet: 4B, 2C and 3F. RGB value is (75,44,63). Sum of RGB (Red+Green+Blue) = 75+44+63=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C3F is #B4D3C0. Grayscale: #373737. Windows color (decimal): -11850689 or 4140107. OLE color: 4140107.
HSL color Cylindrical-coordinate representation of color #4B2C3F: hue angle of 323.23º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B2C3F is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 44 | 63 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.71 |
| HSL | 323.23º | 0.26% | 0.23% | - |
| HSV(B) | 323.23º | 0.41% | 0.29% | - |
| XYZ | 4.7 | 3.66 | 5.16 | - |
| YUV | 55.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 63 | 0 | 0.41 | 0.16 | 0.71 | 323.23 | 0.26 | 0.23 |
| Hex | 4B | 2C | 3F | 0 | 29 | 10 | 47 | 143 | 1A | 17 |
| Octal | 113 | 54 | 77 | 0 | 51 | 20 | 107 | 503 | 32 | 27 |
| Binary | 1001011 | 101100 | 111111 | 0 | 101001 | 10000 | 1000111 | 101000011 | 11010 | 10111 |
Color Harmonies of #4B2C3F
Complementary color
Monochromatic Colors of #4B2C3F
Black with #4B2C3F
Text Example
Text Example
White with #4B2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C3F; }
p { color: rgb(75,44,63); }
H1.HeaderClassName
{
color: #4B2C3F;
}
.AnyTagClassName
{
color: #4B2C3F;
}
</style>
background-color css
<style>
a { background-color: #4B2C3F; }
a { background-color: rgb(75,44,63); }
div.DivClassName
{
background-color: #4B2C3F;
}
.BgClassName
{
background-color: #4B2C3F;
}
</style>
border-color css
<style>
span { border-color: #4B2C3F; }
span { border-color: rgb(75,44,63); }
td.TdClassName
{
border-color: #4B2C3F;
}
.TagClassName
{
border-color: #4B2C3F;
}
</style>