Shades of Barossa #54243F
Tints of Barossa #54243F
RGB
CMYK
RGB Variations
Color information
#54243F (or 0x54243F) is known color: Barossa. HEX triplet: 54, 24 and 3F. RGB value is (84,36,63). Sum of RGB (Red+Green+Blue) = 84+36+63=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54243F is #ABDBC0. Grayscale: #353535. Windows color (decimal): -11262913 or 4138068. OLE color: 4138068.
HSL color Cylindrical-coordinate representation of color #54243F: hue angle of 326.25º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54243F is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 36 | 63 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.67 |
| HSL | 326.25º | 0.4% | 0.24% | - |
| HSV(B) | 326.25º | 0.57% | 0.33% | - |
| XYZ | 5.18 | 3.51 | 5.11 | - |
| YUV | 53.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 63 | 0 | 0.57 | 0.25 | 0.67 | 326.25 | 0.4 | 0.24 |
| Hex | 54 | 24 | 3F | 0 | 39 | 19 | 43 | 146 | 28 | 18 |
| Octal | 124 | 44 | 77 | 0 | 71 | 31 | 103 | 506 | 50 | 30 |
| Binary | 1010100 | 100100 | 111111 | 0 | 111001 | 11001 | 1000011 | 101000110 | 101000 | 11000 |
Color Harmonies of #54243F
Complementary color
Monochromatic Colors of #54243F
Black with #54243F
Text Example
Text Example
White with #54243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54243F; }
p { color: rgb(84,36,63); }
H1.HeaderClassName
{
color: #54243F;
}
.AnyTagClassName
{
color: #54243F;
}
</style>
background-color css
<style>
a { background-color: #54243F; }
a { background-color: rgb(84,36,63); }
div.DivClassName
{
background-color: #54243F;
}
.BgClassName
{
background-color: #54243F;
}
</style>
border-color css
<style>
span { border-color: #54243F; }
span { border-color: rgb(84,36,63); }
td.TdClassName
{
border-color: #54243F;
}
.TagClassName
{
border-color: #54243F;
}
</style>