Shades of Barossa #53283C
Tints of Barossa #53283C
RGB
CMYK
RGB Variations
Color information
#53283C (or 0x53283C) is known color: Barossa. HEX triplet: 53, 28 and 3C. RGB value is (83,40,60). Sum of RGB (Red+Green+Blue) = 83+40+60=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53283C is #ACD7C3. Grayscale: #373737. Windows color (decimal): -11327428 or 3942483. OLE color: 3942483.
HSL color Cylindrical-coordinate representation of color #53283C: hue angle of 332.09º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53283C is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 60 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.67 |
| HSL | 332.09º | 0.35% | 0.24% | - |
| HSV(B) | 332.09º | 0.52% | 0.33% | - |
| XYZ | 5.14 | 3.68 | 4.71 | - |
| YUV | 55.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 60 | 0 | 0.52 | 0.28 | 0.67 | 332.09 | 0.35 | 0.24 |
| Hex | 53 | 28 | 3C | 0 | 34 | 1C | 43 | 14C | 23 | 18 |
| Octal | 123 | 50 | 74 | 0 | 64 | 34 | 103 | 514 | 43 | 30 |
| Binary | 1010011 | 101000 | 111100 | 0 | 110100 | 11100 | 1000011 | 101001100 | 100011 | 11000 |
Color Harmonies of #53283C
Complementary color
Monochromatic Colors of #53283C
Black with #53283C
Text Example
Text Example
White with #53283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53283C; }
p { color: rgb(83,40,60); }
H1.HeaderClassName
{
color: #53283C;
}
.AnyTagClassName
{
color: #53283C;
}
</style>
background-color css
<style>
a { background-color: #53283C; }
a { background-color: rgb(83,40,60); }
div.DivClassName
{
background-color: #53283C;
}
.BgClassName
{
background-color: #53283C;
}
</style>
border-color css
<style>
span { border-color: #53283C; }
span { border-color: rgb(83,40,60); }
td.TdClassName
{
border-color: #53283C;
}
.TagClassName
{
border-color: #53283C;
}
</style>