Shades of Barossa #54253D
Tints of Barossa #54253D
RGB
CMYK
RGB Variations
Color information
#54253D (or 0x54253D) is known color: Barossa. HEX triplet: 54, 25 and 3D. RGB value is (84,37,61). Sum of RGB (Red+Green+Blue) = 84+37+61=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54253D is #ABDAC2. Grayscale: #353535. Windows color (decimal): -11262659 or 4007252. OLE color: 4007252.
HSL color Cylindrical-coordinate representation of color #54253D: hue angle of 329.36º 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 #54253D is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 61 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.67 |
| HSL | 329.36º | 0.39% | 0.24% | - |
| HSV(B) | 329.36º | 0.56% | 0.33% | - |
| XYZ | 5.16 | 3.54 | 4.83 | - |
| YUV | 53.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 61 | 0 | 0.56 | 0.27 | 0.67 | 329.36 | 0.39 | 0.24 |
| Hex | 54 | 25 | 3D | 0 | 38 | 1B | 43 | 149 | 27 | 18 |
| Octal | 124 | 45 | 75 | 0 | 70 | 33 | 103 | 511 | 47 | 30 |
| Binary | 1010100 | 100101 | 111101 | 0 | 111000 | 11011 | 1000011 | 101001001 | 100111 | 11000 |
Color Harmonies of #54253D
Complementary color
Monochromatic Colors of #54253D
Black with #54253D
Text Example
Text Example
White with #54253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54253D; }
p { color: rgb(84,37,61); }
H1.HeaderClassName
{
color: #54253D;
}
.AnyTagClassName
{
color: #54253D;
}
</style>
background-color css
<style>
a { background-color: #54253D; }
a { background-color: rgb(84,37,61); }
div.DivClassName
{
background-color: #54253D;
}
.BgClassName
{
background-color: #54253D;
}
</style>
border-color css
<style>
span { border-color: #54253D; }
span { border-color: rgb(84,37,61); }
td.TdClassName
{
border-color: #54253D;
}
.TagClassName
{
border-color: #54253D;
}
</style>