Shades of Barossa #54253E
Tints of Barossa #54253E
RGB
CMYK
RGB Variations
Color information
#54253E (or 0x54253E) is known color: Barossa. HEX triplet: 54, 25 and 3E. RGB value is (84,37,62). Sum of RGB (Red+Green+Blue) = 84+37+62=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54253E is #ABDAC1. Grayscale: #353535. Windows color (decimal): -11262658 or 4072788. OLE color: 4072788.
HSL color Cylindrical-coordinate representation of color #54253E: hue angle of 328.09º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54253E is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 62 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.67 |
| HSL | 328.09º | 0.39% | 0.24% | - |
| HSV(B) | 328.09º | 0.56% | 0.33% | - |
| XYZ | 5.19 | 3.56 | 4.97 | - |
| YUV | 53.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 62 | 0 | 0.56 | 0.26 | 0.67 | 328.09 | 0.39 | 0.24 |
| Hex | 54 | 25 | 3E | 0 | 38 | 1A | 43 | 148 | 27 | 18 |
| Octal | 124 | 45 | 76 | 0 | 70 | 32 | 103 | 510 | 47 | 30 |
| Binary | 1010100 | 100101 | 111110 | 0 | 111000 | 11010 | 1000011 | 101001000 | 100111 | 11000 |
Color Harmonies of #54253E
Complementary color
Monochromatic Colors of #54253E
Black with #54253E
Text Example
Text Example
White with #54253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54253E; }
p { color: rgb(84,37,62); }
H1.HeaderClassName
{
color: #54253E;
}
.AnyTagClassName
{
color: #54253E;
}
</style>
background-color css
<style>
a { background-color: #54253E; }
a { background-color: rgb(84,37,62); }
div.DivClassName
{
background-color: #54253E;
}
.BgClassName
{
background-color: #54253E;
}
</style>
border-color css
<style>
span { border-color: #54253E; }
span { border-color: rgb(84,37,62); }
td.TdClassName
{
border-color: #54253E;
}
.TagClassName
{
border-color: #54253E;
}
</style>