Shades of Barossa #512E3D
Tints of Barossa #512E3D
RGB
CMYK
RGB Variations
Color information
#512E3D (or 0x512E3D) is known color: Barossa. HEX triplet: 51, 2E and 3D. RGB value is (81,46,61). Sum of RGB (Red+Green+Blue) = 81+46+61=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #512E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E3D is #AED1C2. Grayscale: #3A3A3A. Windows color (decimal): -11456963 or 4009553. OLE color: 4009553.
HSL color Cylindrical-coordinate representation of color #512E3D: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E3D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 61 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.68 |
| HSL | 334.29º | 0.28% | 0.25% | - |
| HSV(B) | 334.29º | 0.43% | 0.32% | - |
| XYZ | 5.21 | 4.04 | 4.92 | - |
| YUV | 58.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 61 | 0 | 0.43 | 0.25 | 0.68 | 334.29 | 0.28 | 0.25 |
| Hex | 51 | 2E | 3D | 0 | 2B | 19 | 44 | 14E | 1C | 19 |
| Octal | 121 | 56 | 75 | 0 | 53 | 31 | 104 | 516 | 34 | 31 |
| Binary | 1010001 | 101110 | 111101 | 0 | 101011 | 11001 | 1000100 | 101001110 | 11100 | 11001 |
Color Harmonies of #512E3D
Complementary color
Monochromatic Colors of #512E3D
Black with #512E3D
Text Example
Text Example
White with #512E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E3D; }
p { color: rgb(81,46,61); }
H1.HeaderClassName
{
color: #512E3D;
}
.AnyTagClassName
{
color: #512E3D;
}
</style>
background-color css
<style>
a { background-color: #512E3D; }
a { background-color: rgb(81,46,61); }
div.DivClassName
{
background-color: #512E3D;
}
.BgClassName
{
background-color: #512E3D;
}
</style>
border-color css
<style>
span { border-color: #512E3D; }
span { border-color: rgb(81,46,61); }
td.TdClassName
{
border-color: #512E3D;
}
.TagClassName
{
border-color: #512E3D;
}
</style>