Shades of Barossa #53273D
Tints of Barossa #53273D
RGB
CMYK
RGB Variations
Color information
#53273D (or 0x53273D) is known color: Barossa. HEX triplet: 53, 27 and 3D. RGB value is (83,39,61). Sum of RGB (Red+Green+Blue) = 83+39+61=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53273D is #ACD8C2. Grayscale: #363636. Windows color (decimal): -11327683 or 4007763. OLE color: 4007763.
HSL color Cylindrical-coordinate representation of color #53273D: hue angle of 330º 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 #53273D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 61 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.67 |
| HSL | 330º | 0.36% | 0.24% | - |
| HSV(B) | 330º | 0.53% | 0.33% | - |
| XYZ | 5.14 | 3.63 | 4.84 | - |
| YUV | 54.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 61 | 0 | 0.53 | 0.27 | 0.67 | 330 | 0.36 | 0.24 |
| Hex | 53 | 27 | 3D | 0 | 35 | 1B | 43 | 14A | 24 | 18 |
| Octal | 123 | 47 | 75 | 0 | 65 | 33 | 103 | 512 | 44 | 30 |
| Binary | 1010011 | 100111 | 111101 | 0 | 110101 | 11011 | 1000011 | 101001010 | 100100 | 11000 |
Color Harmonies of #53273D
Complementary color
Monochromatic Colors of #53273D
Black with #53273D
Text Example
Text Example
White with #53273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53273D; }
p { color: rgb(83,39,61); }
H1.HeaderClassName
{
color: #53273D;
}
.AnyTagClassName
{
color: #53273D;
}
</style>
background-color css
<style>
a { background-color: #53273D; }
a { background-color: rgb(83,39,61); }
div.DivClassName
{
background-color: #53273D;
}
.BgClassName
{
background-color: #53273D;
}
</style>
border-color css
<style>
span { border-color: #53273D; }
span { border-color: rgb(83,39,61); }
td.TdClassName
{
border-color: #53273D;
}
.TagClassName
{
border-color: #53273D;
}
</style>