Shades of Barossa #512D3E
Tints of Barossa #512D3E
RGB
CMYK
RGB Variations
Color information
#512D3E (or 0x512D3E) is known color: Barossa. HEX triplet: 51, 2D and 3E. RGB value is (81,45,62). Sum of RGB (Red+Green+Blue) = 81+45+62=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D3E is #AED2C1. Grayscale: #393939. Windows color (decimal): -11457218 or 4074833. OLE color: 4074833.
HSL color Cylindrical-coordinate representation of color #512D3E: hue angle of 331.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #512D3E is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 62 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.68 |
| HSL | 331.67º | 0.29% | 0.25% | - |
| HSV(B) | 331.67º | 0.44% | 0.32% | - |
| XYZ | 5.2 | 3.97 | 5.05 | - |
| YUV | 57.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 62 | 0 | 0.44 | 0.23 | 0.68 | 331.67 | 0.29 | 0.25 |
| Hex | 51 | 2D | 3E | 0 | 2C | 17 | 44 | 14C | 1D | 19 |
| Octal | 121 | 55 | 76 | 0 | 54 | 27 | 104 | 514 | 35 | 31 |
| Binary | 1010001 | 101101 | 111110 | 0 | 101100 | 10111 | 1000100 | 101001100 | 11101 | 11001 |
Color Harmonies of #512D3E
Complementary color
Monochromatic Colors of #512D3E
Black with #512D3E
Text Example
Text Example
White with #512D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D3E; }
p { color: rgb(81,45,62); }
H1.HeaderClassName
{
color: #512D3E;
}
.AnyTagClassName
{
color: #512D3E;
}
</style>
background-color css
<style>
a { background-color: #512D3E; }
a { background-color: rgb(81,45,62); }
div.DivClassName
{
background-color: #512D3E;
}
.BgClassName
{
background-color: #512D3E;
}
</style>
border-color css
<style>
span { border-color: #512D3E; }
span { border-color: rgb(81,45,62); }
td.TdClassName
{
border-color: #512D3E;
}
.TagClassName
{
border-color: #512D3E;
}
</style>