Shades of Barossa #53293D
Tints of Barossa #53293D
RGB
CMYK
RGB Variations
Color information
#53293D (or 0x53293D) is known color: Barossa. HEX triplet: 53, 29 and 3D. RGB value is (83,41,61). Sum of RGB (Red+Green+Blue) = 83+41+61=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293D is #ACD6C2. Grayscale: #373737. Windows color (decimal): -11327171 or 4008275. OLE color: 4008275.
HSL color Cylindrical-coordinate representation of color #53293D: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53293D is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 61 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.67 |
| HSL | 331.43º | 0.34% | 0.24% | - |
| HSV(B) | 331.43º | 0.51% | 0.33% | - |
| XYZ | 5.2 | 3.76 | 4.87 | - |
| YUV | 55.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 61 | 0 | 0.51 | 0.27 | 0.67 | 331.43 | 0.34 | 0.24 |
| Hex | 53 | 29 | 3D | 0 | 33 | 1B | 43 | 14B | 22 | 18 |
| Octal | 123 | 51 | 75 | 0 | 63 | 33 | 103 | 513 | 42 | 30 |
| Binary | 1010011 | 101001 | 111101 | 0 | 110011 | 11011 | 1000011 | 101001011 | 100010 | 11000 |
Color Harmonies of #53293D
Complementary color
Monochromatic Colors of #53293D
Black with #53293D
Text Example
Text Example
White with #53293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53293D; }
p { color: rgb(83,41,61); }
H1.HeaderClassName
{
color: #53293D;
}
.AnyTagClassName
{
color: #53293D;
}
</style>
background-color css
<style>
a { background-color: #53293D; }
a { background-color: rgb(83,41,61); }
div.DivClassName
{
background-color: #53293D;
}
.BgClassName
{
background-color: #53293D;
}
</style>
border-color css
<style>
span { border-color: #53293D; }
span { border-color: rgb(83,41,61); }
td.TdClassName
{
border-color: #53293D;
}
.TagClassName
{
border-color: #53293D;
}
</style>