Shades of Barossa #531F40
Tints of Barossa #531F40
RGB
CMYK
RGB Variations
Color information
#531F40 (or 0x531F40) is known color: Barossa. HEX triplet: 53, 1F and 40. RGB value is (83,31,64). Sum of RGB (Red+Green+Blue) = 83+31+64=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F40 is #ACE0BF. Grayscale: #323232. Windows color (decimal): -11329728 or 4202323. OLE color: 4202323.
HSL color Cylindrical-coordinate representation of color #531F40: hue angle of 321.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F40 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 64 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.67 |
| HSL | 321.92º | 0.46% | 0.22% | - |
| HSV(B) | 321.92º | 0.63% | 0.33% | - |
| XYZ | 4.98 | 3.19 | 5.2 | - |
| YUV | 50.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 64 | 0 | 0.63 | 0.23 | 0.67 | 321.92 | 0.46 | 0.22 |
| Hex | 53 | 1F | 40 | 0 | 3F | 17 | 43 | 142 | 2E | 16 |
| Octal | 123 | 37 | 100 | 0 | 77 | 27 | 103 | 502 | 56 | 26 |
| Binary | 1010011 | 11111 | 1000000 | 0 | 111111 | 10111 | 1000011 | 101000010 | 101110 | 10110 |
Color Harmonies of #531F40
Complementary color
Monochromatic Colors of #531F40
Black with #531F40
Text Example
Text Example
White with #531F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F40; }
p { color: rgb(83,31,64); }
H1.HeaderClassName
{
color: #531F40;
}
.AnyTagClassName
{
color: #531F40;
}
</style>
background-color css
<style>
a { background-color: #531F40; }
a { background-color: rgb(83,31,64); }
div.DivClassName
{
background-color: #531F40;
}
.BgClassName
{
background-color: #531F40;
}
</style>
border-color css
<style>
span { border-color: #531F40; }
span { border-color: rgb(83,31,64); }
td.TdClassName
{
border-color: #531F40;
}
.TagClassName
{
border-color: #531F40;
}
</style>