Shades of Barossa #53293F
Tints of Barossa #53293F
RGB
CMYK
RGB Variations
Color information
#53293F (or 0x53293F) is known color: Barossa. HEX triplet: 53, 29 and 3F. RGB value is (83,41,63). Sum of RGB (Red+Green+Blue) = 83+41+63=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #53293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293F is #ACD6C0. Grayscale: #383838. Windows color (decimal): -11327169 or 4139347. OLE color: 4139347.
HSL color Cylindrical-coordinate representation of color #53293F: hue angle of 328.57º 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 #53293F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 63 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.67 |
| HSL | 328.57º | 0.34% | 0.24% | - |
| HSV(B) | 328.57º | 0.51% | 0.33% | - |
| XYZ | 5.26 | 3.78 | 5.16 | - |
| YUV | 56.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 63 | 0 | 0.51 | 0.24 | 0.67 | 328.57 | 0.34 | 0.24 |
| Hex | 53 | 29 | 3F | 0 | 33 | 18 | 43 | 149 | 22 | 18 |
| Octal | 123 | 51 | 77 | 0 | 63 | 30 | 103 | 511 | 42 | 30 |
| Binary | 1010011 | 101001 | 111111 | 0 | 110011 | 11000 | 1000011 | 101001001 | 100010 | 11000 |
Color Harmonies of #53293F
Complementary color
Monochromatic Colors of #53293F
Black with #53293F
Text Example
Text Example
White with #53293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53293F; }
p { color: rgb(83,41,63); }
H1.HeaderClassName
{
color: #53293F;
}
.AnyTagClassName
{
color: #53293F;
}
</style>
background-color css
<style>
a { background-color: #53293F; }
a { background-color: rgb(83,41,63); }
div.DivClassName
{
background-color: #53293F;
}
.BgClassName
{
background-color: #53293F;
}
</style>
border-color css
<style>
span { border-color: #53293F; }
span { border-color: rgb(83,41,63); }
td.TdClassName
{
border-color: #53293F;
}
.TagClassName
{
border-color: #53293F;
}
</style>