Shades of Barossa #54233B
Tints of Barossa #54233B
RGB
CMYK
RGB Variations
Color information
#54233B (or 0x54233B) is known color: Barossa. HEX triplet: 54, 23 and 3B. RGB value is (84,35,59). Sum of RGB (Red+Green+Blue) = 84+35+59=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54233B is #ABDCC4. Grayscale: #343434. Windows color (decimal): -11263173 or 3875668. OLE color: 3875668.
HSL color Cylindrical-coordinate representation of color #54233B: hue angle of 330.61º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54233B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 59 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.67 |
| HSL | 330.61º | 0.41% | 0.23% | - |
| HSV(B) | 330.61º | 0.58% | 0.33% | - |
| XYZ | 5.05 | 3.4 | 4.53 | - |
| YUV | 52.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 59 | 0 | 0.58 | 0.30 | 0.67 | 330.61 | 0.41 | 0.23 |
| Hex | 54 | 23 | 3B | 0 | 3A | 1E | 43 | 14B | 29 | 17 |
| Octal | 124 | 43 | 73 | 0 | 72 | 36 | 103 | 513 | 51 | 27 |
| Binary | 1010100 | 100011 | 111011 | 0 | 111010 | 11110 | 1000011 | 101001011 | 101001 | 10111 |
Color Harmonies of #54233B
Complementary color
Monochromatic Colors of #54233B
Black with #54233B
Text Example
Text Example
White with #54233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54233B; }
p { color: rgb(84,35,59); }
H1.HeaderClassName
{
color: #54233B;
}
.AnyTagClassName
{
color: #54233B;
}
</style>
background-color css
<style>
a { background-color: #54233B; }
a { background-color: rgb(84,35,59); }
div.DivClassName
{
background-color: #54233B;
}
.BgClassName
{
background-color: #54233B;
}
</style>
border-color css
<style>
span { border-color: #54233B; }
span { border-color: rgb(84,35,59); }
td.TdClassName
{
border-color: #54233B;
}
.TagClassName
{
border-color: #54233B;
}
</style>