Shades of Barossa #512F43
Tints of Barossa #512F43
RGB
CMYK
RGB Variations
Color information
#512F43 (or 0x512F43) is known color: Barossa. HEX triplet: 51, 2F and 43. RGB value is (81,47,67). Sum of RGB (Red+Green+Blue) = 81+47+67=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #512F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512F43 is #AED0BC. Grayscale: #3B3B3B. Windows color (decimal): -11456701 or 4403025. OLE color: 4403025.
HSL color Cylindrical-coordinate representation of color #512F43: hue angle of 324.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #512F43 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 47 | 67 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.68 |
| HSL | 324.71º | 0.27% | 0.25% | - |
| HSV(B) | 324.71º | 0.42% | 0.32% | - |
| XYZ | 5.42 | 4.19 | 5.83 | - |
| YUV | 59.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 67 | 0 | 0.42 | 0.17 | 0.68 | 324.71 | 0.27 | 0.25 |
| Hex | 51 | 2F | 43 | 0 | 2A | 11 | 44 | 145 | 1B | 19 |
| Octal | 121 | 57 | 103 | 0 | 52 | 21 | 104 | 505 | 33 | 31 |
| Binary | 1010001 | 101111 | 1000011 | 0 | 101010 | 10001 | 1000100 | 101000101 | 11011 | 11001 |
Color Harmonies of #512F43
Complementary color
Monochromatic Colors of #512F43
Black with #512F43
Text Example
Text Example
White with #512F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512F43; }
p { color: rgb(81,47,67); }
H1.HeaderClassName
{
color: #512F43;
}
.AnyTagClassName
{
color: #512F43;
}
</style>
background-color css
<style>
a { background-color: #512F43; }
a { background-color: rgb(81,47,67); }
div.DivClassName
{
background-color: #512F43;
}
.BgClassName
{
background-color: #512F43;
}
</style>
border-color css
<style>
span { border-color: #512F43; }
span { border-color: rgb(81,47,67); }
td.TdClassName
{
border-color: #512F43;
}
.TagClassName
{
border-color: #512F43;
}
</style>