Shades of Barossa #53253A
Tints of Barossa #53253A
RGB
CMYK
RGB Variations
Color information
#53253A (or 0x53253A) is known color: Barossa. HEX triplet: 53, 25 and 3A. RGB value is (83,37,58). Sum of RGB (Red+Green+Blue) = 83+37+58=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53253A is #ACDAC5. Grayscale: #353535. Windows color (decimal): -11328198 or 3810643. OLE color: 3810643.
HSL color Cylindrical-coordinate representation of color #53253A: hue angle of 332.61º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53253A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 58 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.67 |
| HSL | 332.61º | 0.38% | 0.24% | - |
| HSV(B) | 332.61º | 0.55% | 0.33% | - |
| XYZ | 4.99 | 3.47 | 4.41 | - |
| YUV | 53.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 58 | 0 | 0.55 | 0.30 | 0.67 | 332.61 | 0.38 | 0.24 |
| Hex | 53 | 25 | 3A | 0 | 37 | 1E | 43 | 14D | 26 | 18 |
| Octal | 123 | 45 | 72 | 0 | 67 | 36 | 103 | 515 | 46 | 30 |
| Binary | 1010011 | 100101 | 111010 | 0 | 110111 | 11110 | 1000011 | 101001101 | 100110 | 11000 |
Color Harmonies of #53253A
Complementary color
Monochromatic Colors of #53253A
Black with #53253A
Text Example
Text Example
White with #53253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53253A; }
p { color: rgb(83,37,58); }
H1.HeaderClassName
{
color: #53253A;
}
.AnyTagClassName
{
color: #53253A;
}
</style>
background-color css
<style>
a { background-color: #53253A; }
a { background-color: rgb(83,37,58); }
div.DivClassName
{
background-color: #53253A;
}
.BgClassName
{
background-color: #53253A;
}
</style>
border-color css
<style>
span { border-color: #53253A; }
span { border-color: rgb(83,37,58); }
td.TdClassName
{
border-color: #53253A;
}
.TagClassName
{
border-color: #53253A;
}
</style>