Shades of Barossa #54253F
Tints of Barossa #54253F
RGB
CMYK
RGB Variations
Color information
#54253F (or 0x54253F) is known color: Barossa. HEX triplet: 54, 25 and 3F. RGB value is (84,37,63). Sum of RGB (Red+Green+Blue) = 84+37+63=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54253F is #ABDAC0. Grayscale: #353535. Windows color (decimal): -11262657 or 4138324. OLE color: 4138324.
HSL color Cylindrical-coordinate representation of color #54253F: hue angle of 326.81º 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 #54253F is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 37 | 63 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.67 |
| HSL | 326.81º | 0.39% | 0.24% | - |
| HSV(B) | 326.81º | 0.56% | 0.33% | - |
| XYZ | 5.21 | 3.57 | 5.12 | - |
| YUV | 54.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 63 | 0 | 0.56 | 0.25 | 0.67 | 326.81 | 0.39 | 0.24 |
| Hex | 54 | 25 | 3F | 0 | 38 | 19 | 43 | 147 | 27 | 18 |
| Octal | 124 | 45 | 77 | 0 | 70 | 31 | 103 | 507 | 47 | 30 |
| Binary | 1010100 | 100101 | 111111 | 0 | 111000 | 11001 | 1000011 | 101000111 | 100111 | 11000 |
Color Harmonies of #54253F
Complementary color
Monochromatic Colors of #54253F
Black with #54253F
Text Example
Text Example
White with #54253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54253F; }
p { color: rgb(84,37,63); }
H1.HeaderClassName
{
color: #54253F;
}
.AnyTagClassName
{
color: #54253F;
}
</style>
background-color css
<style>
a { background-color: #54253F; }
a { background-color: rgb(84,37,63); }
div.DivClassName
{
background-color: #54253F;
}
.BgClassName
{
background-color: #54253F;
}
</style>
border-color css
<style>
span { border-color: #54253F; }
span { border-color: rgb(84,37,63); }
td.TdClassName
{
border-color: #54253F;
}
.TagClassName
{
border-color: #54253F;
}
</style>