Shades of Barossa #4B233A
Tints of Barossa #4B233A
RGB
CMYK
RGB Variations
Color information
#4B233A (or 0x4B233A) is known color: Barossa. HEX triplet: 4B, 23 and 3A. RGB value is (75,35,58). Sum of RGB (Red+Green+Blue) = 75+35+58=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B233A is #B4DCC5. Grayscale: #313131. Windows color (decimal): -11852998 or 3810123. OLE color: 3810123.
HSL color Cylindrical-coordinate representation of color #4B233A: hue angle of 325.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B233A is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 35 | 58 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.71 |
| HSL | 325.5º | 0.36% | 0.22% | - |
| HSV(B) | 325.5º | 0.53% | 0.29% | - |
| XYZ | 4.27 | 3 | 4.36 | - |
| YUV | 49.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 58 | 0 | 0.53 | 0.23 | 0.71 | 325.5 | 0.36 | 0.22 |
| Hex | 4B | 23 | 3A | 0 | 35 | 17 | 47 | 146 | 24 | 16 |
| Octal | 113 | 43 | 72 | 0 | 65 | 27 | 107 | 506 | 44 | 26 |
| Binary | 1001011 | 100011 | 111010 | 0 | 110101 | 10111 | 1000111 | 101000110 | 100100 | 10110 |
Color Harmonies of #4B233A
Complementary color
Monochromatic Colors of #4B233A
Black with #4B233A
Text Example
Text Example
White with #4B233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B233A; }
p { color: rgb(75,35,58); }
H1.HeaderClassName
{
color: #4B233A;
}
.AnyTagClassName
{
color: #4B233A;
}
</style>
background-color css
<style>
a { background-color: #4B233A; }
a { background-color: rgb(75,35,58); }
div.DivClassName
{
background-color: #4B233A;
}
.BgClassName
{
background-color: #4B233A;
}
</style>
border-color css
<style>
span { border-color: #4B233A; }
span { border-color: rgb(75,35,58); }
td.TdClassName
{
border-color: #4B233A;
}
.TagClassName
{
border-color: #4B233A;
}
</style>