Shades of Barossa #53213C
Tints of Barossa #53213C
RGB
CMYK
RGB Variations
Color information
#53213C (or 0x53213C) is known color: Barossa. HEX triplet: 53, 21 and 3C. RGB value is (83,33,60). Sum of RGB (Red+Green+Blue) = 83+33+60=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53213C is #ACDEC3. Grayscale: #323232. Windows color (decimal): -11329220 or 3940691. OLE color: 3940691.
HSL color Cylindrical-coordinate representation of color #53213C: hue angle of 327.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53213C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 60 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.67 |
| HSL | 327.6º | 0.43% | 0.23% | - |
| HSV(B) | 327.6º | 0.6% | 0.33% | - |
| XYZ | 4.93 | 3.25 | 4.64 | - |
| YUV | 51.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 60 | 0 | 0.60 | 0.28 | 0.67 | 327.6 | 0.43 | 0.23 |
| Hex | 53 | 21 | 3C | 0 | 3C | 1C | 43 | 148 | 2B | 17 |
| Octal | 123 | 41 | 74 | 0 | 74 | 34 | 103 | 510 | 53 | 27 |
| Binary | 1010011 | 100001 | 111100 | 0 | 111100 | 11100 | 1000011 | 101001000 | 101011 | 10111 |
Color Harmonies of #53213C
Complementary color
Monochromatic Colors of #53213C
Black with #53213C
Text Example
Text Example
White with #53213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53213C; }
p { color: rgb(83,33,60); }
H1.HeaderClassName
{
color: #53213C;
}
.AnyTagClassName
{
color: #53213C;
}
</style>
background-color css
<style>
a { background-color: #53213C; }
a { background-color: rgb(83,33,60); }
div.DivClassName
{
background-color: #53213C;
}
.BgClassName
{
background-color: #53213C;
}
</style>
border-color css
<style>
span { border-color: #53213C; }
span { border-color: rgb(83,33,60); }
td.TdClassName
{
border-color: #53213C;
}
.TagClassName
{
border-color: #53213C;
}
</style>