Shades of Barossa #53273C
Tints of Barossa #53273C
RGB
CMYK
RGB Variations
Color information
#53273C (or 0x53273C) is known color: Barossa. HEX triplet: 53, 27 and 3C. RGB value is (83,39,60). Sum of RGB (Red+Green+Blue) = 83+39+60=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53273C is #ACD8C3. Grayscale: #363636. Windows color (decimal): -11327684 or 3942227. OLE color: 3942227.
HSL color Cylindrical-coordinate representation of color #53273C: hue angle of 331.36º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53273C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 60 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.67 |
| HSL | 331.36º | 0.36% | 0.24% | - |
| HSV(B) | 331.36º | 0.53% | 0.33% | - |
| XYZ | 5.11 | 3.62 | 4.7 | - |
| YUV | 54.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 60 | 0 | 0.53 | 0.28 | 0.67 | 331.36 | 0.36 | 0.24 |
| Hex | 53 | 27 | 3C | 0 | 35 | 1C | 43 | 14B | 24 | 18 |
| Octal | 123 | 47 | 74 | 0 | 65 | 34 | 103 | 513 | 44 | 30 |
| Binary | 1010011 | 100111 | 111100 | 0 | 110101 | 11100 | 1000011 | 101001011 | 100100 | 11000 |
Color Harmonies of #53273C
Complementary color
Monochromatic Colors of #53273C
Black with #53273C
Text Example
Text Example
White with #53273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53273C; }
p { color: rgb(83,39,60); }
H1.HeaderClassName
{
color: #53273C;
}
.AnyTagClassName
{
color: #53273C;
}
</style>
background-color css
<style>
a { background-color: #53273C; }
a { background-color: rgb(83,39,60); }
div.DivClassName
{
background-color: #53273C;
}
.BgClassName
{
background-color: #53273C;
}
</style>
border-color css
<style>
span { border-color: #53273C; }
span { border-color: rgb(83,39,60); }
td.TdClassName
{
border-color: #53273C;
}
.TagClassName
{
border-color: #53273C;
}
</style>