Shades of Barossa #512A3C
Tints of Barossa #512A3C
RGB
CMYK
RGB Variations
Color information
#512A3C (or 0x512A3C) is known color: Barossa. HEX triplet: 51, 2A and 3C. RGB value is (81,42,60). Sum of RGB (Red+Green+Blue) = 81+42+60=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #512A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512A3C is #AED5C3. Grayscale: #373737. Windows color (decimal): -11457988 or 3942993. OLE color: 3942993.
HSL color Cylindrical-coordinate representation of color #512A3C: hue angle of 332.31º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #512A3C is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 42 | 60 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.68 |
| HSL | 332.31º | 0.32% | 0.24% | - |
| HSV(B) | 332.31º | 0.48% | 0.32% | - |
| XYZ | 5.04 | 3.73 | 4.73 | - |
| YUV | 55.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 60 | 0 | 0.48 | 0.26 | 0.68 | 332.31 | 0.32 | 0.24 |
| Hex | 51 | 2A | 3C | 0 | 30 | 1A | 44 | 14C | 20 | 18 |
| Octal | 121 | 52 | 74 | 0 | 60 | 32 | 104 | 514 | 40 | 30 |
| Binary | 1010001 | 101010 | 111100 | 0 | 110000 | 11010 | 1000100 | 101001100 | 100000 | 11000 |
Color Harmonies of #512A3C
Complementary color
Monochromatic Colors of #512A3C
Black with #512A3C
Text Example
Text Example
White with #512A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A3C; }
p { color: rgb(81,42,60); }
H1.HeaderClassName
{
color: #512A3C;
}
.AnyTagClassName
{
color: #512A3C;
}
</style>
background-color css
<style>
a { background-color: #512A3C; }
a { background-color: rgb(81,42,60); }
div.DivClassName
{
background-color: #512A3C;
}
.BgClassName
{
background-color: #512A3C;
}
</style>
border-color css
<style>
span { border-color: #512A3C; }
span { border-color: rgb(81,42,60); }
td.TdClassName
{
border-color: #512A3C;
}
.TagClassName
{
border-color: #512A3C;
}
</style>