Shades of Barossa #54293C
Tints of Barossa #54293C
RGB
CMYK
RGB Variations
Color information
#54293C (or 0x54293C) is known color: Barossa. HEX triplet: 54, 29 and 3C. RGB value is (84,41,60). Sum of RGB (Red+Green+Blue) = 84+41+60=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54293C is #ABD6C3. Grayscale: #373737. Windows color (decimal): -11261636 or 3942740. OLE color: 3942740.
HSL color Cylindrical-coordinate representation of color #54293C: hue angle of 333.49º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54293C is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 60 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.67 |
| HSL | 333.49º | 0.34% | 0.25% | - |
| HSV(B) | 333.49º | 0.51% | 0.33% | - |
| XYZ | 5.26 | 3.8 | 4.73 | - |
| YUV | 56.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 60 | 0 | 0.51 | 0.29 | 0.67 | 333.49 | 0.34 | 0.25 |
| Hex | 54 | 29 | 3C | 0 | 33 | 1D | 43 | 14D | 22 | 19 |
| Octal | 124 | 51 | 74 | 0 | 63 | 35 | 103 | 515 | 42 | 31 |
| Binary | 1010100 | 101001 | 111100 | 0 | 110011 | 11101 | 1000011 | 101001101 | 100010 | 11001 |
Color Harmonies of #54293C
Complementary color
Monochromatic Colors of #54293C
Black with #54293C
Text Example
Text Example
White with #54293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54293C; }
p { color: rgb(84,41,60); }
H1.HeaderClassName
{
color: #54293C;
}
.AnyTagClassName
{
color: #54293C;
}
</style>
background-color css
<style>
a { background-color: #54293C; }
a { background-color: rgb(84,41,60); }
div.DivClassName
{
background-color: #54293C;
}
.BgClassName
{
background-color: #54293C;
}
</style>
border-color css
<style>
span { border-color: #54293C; }
span { border-color: rgb(84,41,60); }
td.TdClassName
{
border-color: #54293C;
}
.TagClassName
{
border-color: #54293C;
}
</style>