Shades of Barossa #53253F
Tints of Barossa #53253F
RGB
CMYK
RGB Variations
Color information
#53253F (or 0x53253F) is known color: Barossa. HEX triplet: 53, 25 and 3F. RGB value is (83,37,63). Sum of RGB (Red+Green+Blue) = 83+37+63=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53253F is #ACDAC0. Grayscale: #353535. Windows color (decimal): -11328193 or 4138323. OLE color: 4138323.
HSL color Cylindrical-coordinate representation of color #53253F: hue angle of 326.09º 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 #53253F is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 63 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.67 |
| HSL | 326.09º | 0.38% | 0.24% | - |
| HSV(B) | 326.09º | 0.55% | 0.33% | - |
| XYZ | 5.13 | 3.52 | 5.11 | - |
| YUV | 53.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 63 | 0 | 0.55 | 0.24 | 0.67 | 326.09 | 0.38 | 0.24 |
| Hex | 53 | 25 | 3F | 0 | 37 | 18 | 43 | 146 | 26 | 18 |
| Octal | 123 | 45 | 77 | 0 | 67 | 30 | 103 | 506 | 46 | 30 |
| Binary | 1010011 | 100101 | 111111 | 0 | 110111 | 11000 | 1000011 | 101000110 | 100110 | 11000 |
Color Harmonies of #53253F
Complementary color
Monochromatic Colors of #53253F
Black with #53253F
Text Example
Text Example
White with #53253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53253F; }
p { color: rgb(83,37,63); }
H1.HeaderClassName
{
color: #53253F;
}
.AnyTagClassName
{
color: #53253F;
}
</style>
background-color css
<style>
a { background-color: #53253F; }
a { background-color: rgb(83,37,63); }
div.DivClassName
{
background-color: #53253F;
}
.BgClassName
{
background-color: #53253F;
}
</style>
border-color css
<style>
span { border-color: #53253F; }
span { border-color: rgb(83,37,63); }
td.TdClassName
{
border-color: #53253F;
}
.TagClassName
{
border-color: #53253F;
}
</style>