Shades of Barossa #53223E
Tints of Barossa #53223E
RGB
CMYK
RGB Variations
Color information
#53223E (or 0x53223E) is known color: Barossa. HEX triplet: 53, 22 and 3E. RGB value is (83,34,62). Sum of RGB (Red+Green+Blue) = 83+34+62=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53223E is #ACDDC1. Grayscale: #333333. Windows color (decimal): -11328962 or 4072019. OLE color: 4072019.
HSL color Cylindrical-coordinate representation of color #53223E: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53223E is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 62 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.67 |
| HSL | 325.71º | 0.42% | 0.23% | - |
| HSV(B) | 325.71º | 0.59% | 0.33% | - |
| XYZ | 5.01 | 3.33 | 4.94 | - |
| YUV | 51.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 62 | 0 | 0.59 | 0.25 | 0.67 | 325.71 | 0.42 | 0.23 |
| Hex | 53 | 22 | 3E | 0 | 3B | 19 | 43 | 146 | 2A | 17 |
| Octal | 123 | 42 | 76 | 0 | 73 | 31 | 103 | 506 | 52 | 27 |
| Binary | 1010011 | 100010 | 111110 | 0 | 111011 | 11001 | 1000011 | 101000110 | 101010 | 10111 |
Color Harmonies of #53223E
Complementary color
Monochromatic Colors of #53223E
Black with #53223E
Text Example
Text Example
White with #53223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53223E; }
p { color: rgb(83,34,62); }
H1.HeaderClassName
{
color: #53223E;
}
.AnyTagClassName
{
color: #53223E;
}
</style>
background-color css
<style>
a { background-color: #53223E; }
a { background-color: rgb(83,34,62); }
div.DivClassName
{
background-color: #53223E;
}
.BgClassName
{
background-color: #53223E;
}
</style>
border-color css
<style>
span { border-color: #53223E; }
span { border-color: rgb(83,34,62); }
td.TdClassName
{
border-color: #53223E;
}
.TagClassName
{
border-color: #53223E;
}
</style>