Shades of Barossa #54293E
Tints of Barossa #54293E
RGB
CMYK
RGB Variations
Color information
#54293E (or 0x54293E) is known color: Barossa. HEX triplet: 54, 29 and 3E. RGB value is (84,41,62). Sum of RGB (Red+Green+Blue) = 84+41+62=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #54293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54293E is #ABD6C1. Grayscale: #383838. Windows color (decimal): -11261634 or 4073812. OLE color: 4073812.
HSL color Cylindrical-coordinate representation of color #54293E: hue angle of 330.7º 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 #54293E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 62 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.67 |
| HSL | 330.7º | 0.34% | 0.25% | - |
| HSV(B) | 330.7º | 0.51% | 0.33% | - |
| XYZ | 5.32 | 3.82 | 5.01 | - |
| YUV | 56.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 62 | 0 | 0.51 | 0.26 | 0.67 | 330.7 | 0.34 | 0.25 |
| Hex | 54 | 29 | 3E | 0 | 33 | 1A | 43 | 14B | 22 | 19 |
| Octal | 124 | 51 | 76 | 0 | 63 | 32 | 103 | 513 | 42 | 31 |
| Binary | 1010100 | 101001 | 111110 | 0 | 110011 | 11010 | 1000011 | 101001011 | 100010 | 11001 |
Color Harmonies of #54293E
Complementary color
Monochromatic Colors of #54293E
Black with #54293E
Text Example
Text Example
White with #54293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54293E; }
p { color: rgb(84,41,62); }
H1.HeaderClassName
{
color: #54293E;
}
.AnyTagClassName
{
color: #54293E;
}
</style>
background-color css
<style>
a { background-color: #54293E; }
a { background-color: rgb(84,41,62); }
div.DivClassName
{
background-color: #54293E;
}
.BgClassName
{
background-color: #54293E;
}
</style>
border-color css
<style>
span { border-color: #54293E; }
span { border-color: rgb(84,41,62); }
td.TdClassName
{
border-color: #54293E;
}
.TagClassName
{
border-color: #54293E;
}
</style>