Shades of Barossa #513241
Tints of Barossa #513241
RGB
CMYK
RGB Variations
Color information
#513241 (or 0x513241) is known color: Barossa. HEX triplet: 51, 32 and 41. RGB value is (81,50,65). Sum of RGB (Red+Green+Blue) = 81+50+65=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #513241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513241 is #AECDBE. Grayscale: #3C3C3C. Windows color (decimal): -11455935 or 4272721. OLE color: 4272721.
HSL color Cylindrical-coordinate representation of color #513241: hue angle of 330.97º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #513241 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 50 | 65 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.68 |
| HSL | 330.97º | 0.24% | 0.26% | - |
| HSV(B) | 330.97º | 0.38% | 0.32% | - |
| XYZ | 5.49 | 4.41 | 5.56 | - |
| YUV | 60.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 65 | 0 | 0.38 | 0.20 | 0.68 | 330.97 | 0.24 | 0.26 |
| Hex | 51 | 32 | 41 | 0 | 26 | 14 | 44 | 14B | 18 | 1A |
| Octal | 121 | 62 | 101 | 0 | 46 | 24 | 104 | 513 | 30 | 32 |
| Binary | 1010001 | 110010 | 1000001 | 0 | 100110 | 10100 | 1000100 | 101001011 | 11000 | 11010 |
Color Harmonies of #513241
Complementary color
Monochromatic Colors of #513241
Black with #513241
Text Example
Text Example
White with #513241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513241; }
p { color: rgb(81,50,65); }
H1.HeaderClassName
{
color: #513241;
}
.AnyTagClassName
{
color: #513241;
}
</style>
background-color css
<style>
a { background-color: #513241; }
a { background-color: rgb(81,50,65); }
div.DivClassName
{
background-color: #513241;
}
.BgClassName
{
background-color: #513241;
}
</style>
border-color css
<style>
span { border-color: #513241; }
span { border-color: rgb(81,50,65); }
td.TdClassName
{
border-color: #513241;
}
.TagClassName
{
border-color: #513241;
}
</style>