Shades of Barossa #4B2D3C
Tints of Barossa #4B2D3C
RGB
CMYK
RGB Variations
Color information
#4B2D3C (or 0x4B2D3C) is known color: Barossa. HEX triplet: 4B, 2D and 3C. RGB value is (75,45,60). Sum of RGB (Red+Green+Blue) = 75+45+60=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2D3C is #B4D2C3. Grayscale: #373737. Windows color (decimal): -11850436 or 3943755. OLE color: 3943755.
HSL color Cylindrical-coordinate representation of color #4B2D3C: hue angle of 330º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B2D3C is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 45 | 60 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.71 |
| HSL | 330º | 0.25% | 0.24% | - |
| HSV(B) | 330º | 0.4% | 0.29% | - |
| XYZ | 4.66 | 3.7 | 4.74 | - |
| YUV | 55.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 45 | 60 | 0 | 0.40 | 0.20 | 0.71 | 330 | 0.25 | 0.24 |
| Hex | 4B | 2D | 3C | 0 | 28 | 14 | 47 | 14A | 19 | 18 |
| Octal | 113 | 55 | 74 | 0 | 50 | 24 | 107 | 512 | 31 | 30 |
| Binary | 1001011 | 101101 | 111100 | 0 | 101000 | 10100 | 1000111 | 101001010 | 11001 | 11000 |
Color Harmonies of #4B2D3C
Complementary color
Monochromatic Colors of #4B2D3C
Black with #4B2D3C
Text Example
Text Example
White with #4B2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2D3C; }
p { color: rgb(75,45,60); }
H1.HeaderClassName
{
color: #4B2D3C;
}
.AnyTagClassName
{
color: #4B2D3C;
}
</style>
background-color css
<style>
a { background-color: #4B2D3C; }
a { background-color: rgb(75,45,60); }
div.DivClassName
{
background-color: #4B2D3C;
}
.BgClassName
{
background-color: #4B2D3C;
}
</style>
border-color css
<style>
span { border-color: #4B2D3C; }
span { border-color: rgb(75,45,60); }
td.TdClassName
{
border-color: #4B2D3C;
}
.TagClassName
{
border-color: #4B2D3C;
}
</style>