Shades of Barossa #54273E
Tints of Barossa #54273E
RGB
CMYK
RGB Variations
Color information
#54273E (or 0x54273E) is known color: Barossa. HEX triplet: 54, 27 and 3E. RGB value is (84,39,62). Sum of RGB (Red+Green+Blue) = 84+39+62=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #54273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54273E is #ABD8C1. Grayscale: #373737. Windows color (decimal): -11262146 or 4073300. OLE color: 4073300.
HSL color Cylindrical-coordinate representation of color #54273E: hue angle of 329.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54273E is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 62 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.67 |
| HSL | 329.33º | 0.37% | 0.24% | - |
| HSV(B) | 329.33º | 0.54% | 0.33% | - |
| XYZ | 5.25 | 3.68 | 4.99 | - |
| YUV | 55.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 62 | 0 | 0.54 | 0.26 | 0.67 | 329.33 | 0.37 | 0.24 |
| Hex | 54 | 27 | 3E | 0 | 36 | 1A | 43 | 149 | 25 | 18 |
| Octal | 124 | 47 | 76 | 0 | 66 | 32 | 103 | 511 | 45 | 30 |
| Binary | 1010100 | 100111 | 111110 | 0 | 110110 | 11010 | 1000011 | 101001001 | 100101 | 11000 |
Color Harmonies of #54273E
Complementary color
Monochromatic Colors of #54273E
Black with #54273E
Text Example
Text Example
White with #54273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54273E; }
p { color: rgb(84,39,62); }
H1.HeaderClassName
{
color: #54273E;
}
.AnyTagClassName
{
color: #54273E;
}
</style>
background-color css
<style>
a { background-color: #54273E; }
a { background-color: rgb(84,39,62); }
div.DivClassName
{
background-color: #54273E;
}
.BgClassName
{
background-color: #54273E;
}
</style>
border-color css
<style>
span { border-color: #54273E; }
span { border-color: rgb(84,39,62); }
td.TdClassName
{
border-color: #54273E;
}
.TagClassName
{
border-color: #54273E;
}
</style>