Shades of Barossa #54293D
Tints of Barossa #54293D
RGB
CMYK
RGB Variations
Color information
#54293D (or 0x54293D) is known color: Barossa. HEX triplet: 54, 29 and 3D. RGB value is (84,41,61). Sum of RGB (Red+Green+Blue) = 84+41+61=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 84 - color contains mainly: red. Hex color #54293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54293D is #ABD6C2. Grayscale: #383838. Windows color (decimal): -11261635 or 4008276. OLE color: 4008276.
HSL color Cylindrical-coordinate representation of color #54293D: hue angle of 332.09º 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 #54293D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 61 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.67 |
| HSL | 332.09º | 0.34% | 0.25% | - |
| HSV(B) | 332.09º | 0.51% | 0.33% | - |
| XYZ | 5.29 | 3.81 | 4.87 | - |
| YUV | 56.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 61 | 0 | 0.51 | 0.27 | 0.67 | 332.09 | 0.34 | 0.25 |
| Hex | 54 | 29 | 3D | 0 | 33 | 1B | 43 | 14C | 22 | 19 |
| Octal | 124 | 51 | 75 | 0 | 63 | 33 | 103 | 514 | 42 | 31 |
| Binary | 1010100 | 101001 | 111101 | 0 | 110011 | 11011 | 1000011 | 101001100 | 100010 | 11001 |
Color Harmonies of #54293D
Complementary color
Monochromatic Colors of #54293D
Black with #54293D
Text Example
Text Example
White with #54293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54293D; }
p { color: rgb(84,41,61); }
H1.HeaderClassName
{
color: #54293D;
}
.AnyTagClassName
{
color: #54293D;
}
</style>
background-color css
<style>
a { background-color: #54293D; }
a { background-color: rgb(84,41,61); }
div.DivClassName
{
background-color: #54293D;
}
.BgClassName
{
background-color: #54293D;
}
</style>
border-color css
<style>
span { border-color: #54293D; }
span { border-color: rgb(84,41,61); }
td.TdClassName
{
border-color: #54293D;
}
.TagClassName
{
border-color: #54293D;
}
</style>