Shades of Barossa #54263E
Tints of Barossa #54263E
RGB
CMYK
RGB Variations
Color information
#54263E (or 0x54263E) is known color: Barossa. HEX triplet: 54, 26 and 3E. RGB value is (84,38,62). Sum of RGB (Red+Green+Blue) = 84+38+62=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54263E is #ABD9C1. Grayscale: #363636. Windows color (decimal): -11262402 or 4073044. OLE color: 4073044.
HSL color Cylindrical-coordinate representation of color #54263E: hue angle of 328.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54263E is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 62 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.67 |
| HSL | 328.7º | 0.38% | 0.24% | - |
| HSV(B) | 328.7º | 0.55% | 0.33% | - |
| XYZ | 5.22 | 3.62 | 4.98 | - |
| YUV | 54.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 62 | 0 | 0.55 | 0.26 | 0.67 | 328.7 | 0.38 | 0.24 |
| Hex | 54 | 26 | 3E | 0 | 37 | 1A | 43 | 149 | 26 | 18 |
| Octal | 124 | 46 | 76 | 0 | 67 | 32 | 103 | 511 | 46 | 30 |
| Binary | 1010100 | 100110 | 111110 | 0 | 110111 | 11010 | 1000011 | 101001001 | 100110 | 11000 |
Color Harmonies of #54263E
Complementary color
Monochromatic Colors of #54263E
Black with #54263E
Text Example
Text Example
White with #54263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54263E; }
p { color: rgb(84,38,62); }
H1.HeaderClassName
{
color: #54263E;
}
.AnyTagClassName
{
color: #54263E;
}
</style>
background-color css
<style>
a { background-color: #54263E; }
a { background-color: rgb(84,38,62); }
div.DivClassName
{
background-color: #54263E;
}
.BgClassName
{
background-color: #54263E;
}
</style>
border-color css
<style>
span { border-color: #54263E; }
span { border-color: rgb(84,38,62); }
td.TdClassName
{
border-color: #54263E;
}
.TagClassName
{
border-color: #54263E;
}
</style>