Shades of Barossa #54273C
Tints of Barossa #54273C
RGB
CMYK
RGB Variations
Color information
#54273C (or 0x54273C) is known color: Barossa. HEX triplet: 54, 27 and 3C. RGB value is (84,39,60). Sum of RGB (Red+Green+Blue) = 84+39+60=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54273C is #ABD8C3. Grayscale: #363636. Windows color (decimal): -11262148 or 3942228. OLE color: 3942228.
HSL color Cylindrical-coordinate representation of color #54273C: hue angle of 332º 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 #54273C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 39 | 60 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.67 |
| HSL | 332º | 0.37% | 0.24% | - |
| HSV(B) | 332º | 0.54% | 0.33% | - |
| XYZ | 5.2 | 3.66 | 4.71 | - |
| YUV | 54.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 60 | 0 | 0.54 | 0.29 | 0.67 | 332 | 0.37 | 0.24 |
| Hex | 54 | 27 | 3C | 0 | 36 | 1D | 43 | 14C | 25 | 18 |
| Octal | 124 | 47 | 74 | 0 | 66 | 35 | 103 | 514 | 45 | 30 |
| Binary | 1010100 | 100111 | 111100 | 0 | 110110 | 11101 | 1000011 | 101001100 | 100101 | 11000 |
Color Harmonies of #54273C
Complementary color
Monochromatic Colors of #54273C
Black with #54273C
Text Example
Text Example
White with #54273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54273C; }
p { color: rgb(84,39,60); }
H1.HeaderClassName
{
color: #54273C;
}
.AnyTagClassName
{
color: #54273C;
}
</style>
background-color css
<style>
a { background-color: #54273C; }
a { background-color: rgb(84,39,60); }
div.DivClassName
{
background-color: #54273C;
}
.BgClassName
{
background-color: #54273C;
}
</style>
border-color css
<style>
span { border-color: #54273C; }
span { border-color: rgb(84,39,60); }
td.TdClassName
{
border-color: #54273C;
}
.TagClassName
{
border-color: #54273C;
}
</style>