Shades of Barossa #4B2C3C
Tints of Barossa #4B2C3C
RGB
CMYK
RGB Variations
Color information
#4B2C3C (or 0x4B2C3C) is known color: Barossa. HEX triplet: 4B, 2C and 3C. RGB value is (75,44,60). Sum of RGB (Red+Green+Blue) = 75+44+60=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C3C is #B4D3C3. Grayscale: #373737. Windows color (decimal): -11850692 or 3943499. OLE color: 3943499.
HSL color Cylindrical-coordinate representation of color #4B2C3C: hue angle of 329.03º 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 #4B2C3C is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 44 | 60 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.71 |
| HSL | 329.03º | 0.26% | 0.23% | - |
| HSV(B) | 329.03º | 0.41% | 0.29% | - |
| XYZ | 4.62 | 3.62 | 4.73 | - |
| YUV | 55.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 44 | 60 | 0 | 0.41 | 0.20 | 0.71 | 329.03 | 0.26 | 0.23 |
| Hex | 4B | 2C | 3C | 0 | 29 | 14 | 47 | 149 | 1A | 17 |
| Octal | 113 | 54 | 74 | 0 | 51 | 24 | 107 | 511 | 32 | 27 |
| Binary | 1001011 | 101100 | 111100 | 0 | 101001 | 10100 | 1000111 | 101001001 | 11010 | 10111 |
Color Harmonies of #4B2C3C
Complementary color
Monochromatic Colors of #4B2C3C
Black with #4B2C3C
Text Example
Text Example
White with #4B2C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2C3C; }
p { color: rgb(75,44,60); }
H1.HeaderClassName
{
color: #4B2C3C;
}
.AnyTagClassName
{
color: #4B2C3C;
}
</style>
background-color css
<style>
a { background-color: #4B2C3C; }
a { background-color: rgb(75,44,60); }
div.DivClassName
{
background-color: #4B2C3C;
}
.BgClassName
{
background-color: #4B2C3C;
}
</style>
border-color css
<style>
span { border-color: #4B2C3C; }
span { border-color: rgb(75,44,60); }
td.TdClassName
{
border-color: #4B2C3C;
}
.TagClassName
{
border-color: #4B2C3C;
}
</style>