Shades of Barossa #4C233B
Tints of Barossa #4C233B
RGB
CMYK
RGB Variations
Color information
#4C233B (or 0x4C233B) is known color: Barossa. HEX triplet: 4C, 23 and 3B. RGB value is (76,35,59). Sum of RGB (Red+Green+Blue) = 76+35+59=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C233B is #B3DCC4. Grayscale: #313131. Windows color (decimal): -11787461 or 3875660. OLE color: 3875660.
HSL color Cylindrical-coordinate representation of color #4C233B: hue angle of 324.88º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C233B is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 35 | 59 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.70 |
| HSL | 324.88º | 0.37% | 0.22% | - |
| HSV(B) | 324.88º | 0.54% | 0.3% | - |
| XYZ | 4.37 | 3.05 | 4.5 | - |
| YUV | 50 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 59 | 0 | 0.54 | 0.22 | 0.70 | 324.88 | 0.37 | 0.22 |
| Hex | 4C | 23 | 3B | 0 | 36 | 16 | 46 | 145 | 25 | 16 |
| Octal | 114 | 43 | 73 | 0 | 66 | 26 | 106 | 505 | 45 | 26 |
| Binary | 1001100 | 100011 | 111011 | 0 | 110110 | 10110 | 1000110 | 101000101 | 100101 | 10110 |
Color Harmonies of #4C233B
Complementary color
Monochromatic Colors of #4C233B
Black with #4C233B
Text Example
Text Example
White with #4C233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C233B; }
p { color: rgb(76,35,59); }
H1.HeaderClassName
{
color: #4C233B;
}
.AnyTagClassName
{
color: #4C233B;
}
</style>
background-color css
<style>
a { background-color: #4C233B; }
a { background-color: rgb(76,35,59); }
div.DivClassName
{
background-color: #4C233B;
}
.BgClassName
{
background-color: #4C233B;
}
</style>
border-color css
<style>
span { border-color: #4C233B; }
span { border-color: rgb(76,35,59); }
td.TdClassName
{
border-color: #4C233B;
}
.TagClassName
{
border-color: #4C233B;
}
</style>