Shades of Barossa #4A233B
Tints of Barossa #4A233B
RGB
CMYK
RGB Variations
Color information
#4A233B (or 0x4A233B) is known color: Barossa. HEX triplet: 4A, 23 and 3B. RGB value is (74,35,59). Sum of RGB (Red+Green+Blue) = 74+35+59=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 74 - color contains mainly: red. Hex color #4A233B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A233B is #B5DCC4. Grayscale: #313131. Windows color (decimal): -11918533 or 3875658. OLE color: 3875658.
HSL color Cylindrical-coordinate representation of color #4A233B: hue angle of 323.08º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A233B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 35 | 59 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.71 |
| HSL | 323.08º | 0.36% | 0.21% | - |
| HSV(B) | 323.08º | 0.53% | 0.29% | - |
| XYZ | 4.21 | 2.97 | 4.49 | - |
| YUV | 49.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 59 | 0 | 0.53 | 0.20 | 0.71 | 323.08 | 0.36 | 0.21 |
| Hex | 4A | 23 | 3B | 0 | 35 | 14 | 47 | 143 | 24 | 15 |
| Octal | 112 | 43 | 73 | 0 | 65 | 24 | 107 | 503 | 44 | 25 |
| Binary | 1001010 | 100011 | 111011 | 0 | 110101 | 10100 | 1000111 | 101000011 | 100100 | 10101 |
Color Harmonies of #4A233B
Complementary color
Monochromatic Colors of #4A233B
Black with #4A233B
Text Example
Text Example
White with #4A233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A233B; }
p { color: rgb(74,35,59); }
H1.HeaderClassName
{
color: #4A233B;
}
.AnyTagClassName
{
color: #4A233B;
}
</style>
background-color css
<style>
a { background-color: #4A233B; }
a { background-color: rgb(74,35,59); }
div.DivClassName
{
background-color: #4A233B;
}
.BgClassName
{
background-color: #4A233B;
}
</style>
border-color css
<style>
span { border-color: #4A233B; }
span { border-color: rgb(74,35,59); }
td.TdClassName
{
border-color: #4A233B;
}
.TagClassName
{
border-color: #4A233B;
}
</style>