Shades of Barossa #4B2E3C
Tints of Barossa #4B2E3C
RGB
CMYK
RGB Variations
Color information
#4B2E3C (or 0x4B2E3C) is known color: Barossa. HEX triplet: 4B, 2E and 3C. RGB value is (75,46,60). Sum of RGB (Red+Green+Blue) = 75+46+60=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E3C is #B4D1C3. Grayscale: #383838. Windows color (decimal): -11850180 or 3944011. OLE color: 3944011.
HSL color Cylindrical-coordinate representation of color #4B2E3C: hue angle of 331.03º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B2E3C is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 46 | 60 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.71 |
| HSL | 331.03º | 0.24% | 0.24% | - |
| HSV(B) | 331.03º | 0.39% | 0.29% | - |
| XYZ | 4.69 | 3.78 | 4.76 | - |
| YUV | 56.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 46 | 60 | 0 | 0.39 | 0.20 | 0.71 | 331.03 | 0.24 | 0.24 |
| Hex | 4B | 2E | 3C | 0 | 27 | 14 | 47 | 14B | 18 | 18 |
| Octal | 113 | 56 | 74 | 0 | 47 | 24 | 107 | 513 | 30 | 30 |
| Binary | 1001011 | 101110 | 111100 | 0 | 100111 | 10100 | 1000111 | 101001011 | 11000 | 11000 |
Color Harmonies of #4B2E3C
Complementary color
Monochromatic Colors of #4B2E3C
Black with #4B2E3C
Text Example
Text Example
White with #4B2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2E3C; }
p { color: rgb(75,46,60); }
H1.HeaderClassName
{
color: #4B2E3C;
}
.AnyTagClassName
{
color: #4B2E3C;
}
</style>
background-color css
<style>
a { background-color: #4B2E3C; }
a { background-color: rgb(75,46,60); }
div.DivClassName
{
background-color: #4B2E3C;
}
.BgClassName
{
background-color: #4B2E3C;
}
</style>
border-color css
<style>
span { border-color: #4B2E3C; }
span { border-color: rgb(75,46,60); }
td.TdClassName
{
border-color: #4B2E3C;
}
.TagClassName
{
border-color: #4B2E3C;
}
</style>