Shades of Barossa #51303E
Tints of Barossa #51303E
RGB
CMYK
RGB Variations
Color information
#51303E (or 0x51303E) is known color: Barossa. HEX triplet: 51, 30 and 3E. RGB value is (81,48,62). Sum of RGB (Red+Green+Blue) = 81+48+62=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51303E is #AECFC1. Grayscale: #3B3B3B. Windows color (decimal): -11456450 or 4075601. OLE color: 4075601.
HSL color Cylindrical-coordinate representation of color #51303E: hue angle of 334.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51303E is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 48 | 62 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.68 |
| HSL | 334.55º | 0.26% | 0.25% | - |
| HSV(B) | 334.55º | 0.41% | 0.32% | - |
| XYZ | 5.32 | 4.21 | 5.09 | - |
| YUV | 59.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 62 | 0 | 0.41 | 0.23 | 0.68 | 334.55 | 0.26 | 0.25 |
| Hex | 51 | 30 | 3E | 0 | 29 | 17 | 44 | 14F | 1A | 19 |
| Octal | 121 | 60 | 76 | 0 | 51 | 27 | 104 | 517 | 32 | 31 |
| Binary | 1010001 | 110000 | 111110 | 0 | 101001 | 10111 | 1000100 | 101001111 | 11010 | 11001 |
Color Harmonies of #51303E
Complementary color
Monochromatic Colors of #51303E
Black with #51303E
Text Example
Text Example
White with #51303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51303E; }
p { color: rgb(81,48,62); }
H1.HeaderClassName
{
color: #51303E;
}
.AnyTagClassName
{
color: #51303E;
}
</style>
background-color css
<style>
a { background-color: #51303E; }
a { background-color: rgb(81,48,62); }
div.DivClassName
{
background-color: #51303E;
}
.BgClassName
{
background-color: #51303E;
}
</style>
border-color css
<style>
span { border-color: #51303E; }
span { border-color: rgb(81,48,62); }
td.TdClassName
{
border-color: #51303E;
}
.TagClassName
{
border-color: #51303E;
}
</style>