Shades of Barossa #54263D
Tints of Barossa #54263D
RGB
CMYK
RGB Variations
Color information
#54263D (or 0x54263D) is known color: Barossa. HEX triplet: 54, 26 and 3D. RGB value is (84,38,61). Sum of RGB (Red+Green+Blue) = 84+38+61=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54263D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54263D is #ABD9C2. Grayscale: #363636. Windows color (decimal): -11262403 or 4007508. OLE color: 4007508.
HSL color Cylindrical-coordinate representation of color #54263D: hue angle of 330º 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 #54263D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 61 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.67 |
| HSL | 330º | 0.38% | 0.24% | - |
| HSV(B) | 330º | 0.55% | 0.33% | - |
| XYZ | 5.19 | 3.61 | 4.84 | - |
| YUV | 54.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 61 | 0 | 0.55 | 0.27 | 0.67 | 330 | 0.38 | 0.24 |
| Hex | 54 | 26 | 3D | 0 | 37 | 1B | 43 | 14A | 26 | 18 |
| Octal | 124 | 46 | 75 | 0 | 67 | 33 | 103 | 512 | 46 | 30 |
| Binary | 1010100 | 100110 | 111101 | 0 | 110111 | 11011 | 1000011 | 101001010 | 100110 | 11000 |
Color Harmonies of #54263D
Complementary color
Monochromatic Colors of #54263D
Black with #54263D
Text Example
Text Example
White with #54263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54263D; }
p { color: rgb(84,38,61); }
H1.HeaderClassName
{
color: #54263D;
}
.AnyTagClassName
{
color: #54263D;
}
</style>
background-color css
<style>
a { background-color: #54263D; }
a { background-color: rgb(84,38,61); }
div.DivClassName
{
background-color: #54263D;
}
.BgClassName
{
background-color: #54263D;
}
</style>
border-color css
<style>
span { border-color: #54263D; }
span { border-color: rgb(84,38,61); }
td.TdClassName
{
border-color: #54263D;
}
.TagClassName
{
border-color: #54263D;
}
</style>