Shades of Barossa #51323E
Tints of Barossa #51323E
RGB
CMYK
RGB Variations
Color information
#51323E (or 0x51323E) is known color: Barossa. HEX triplet: 51, 32 and 3E. RGB value is (81,50,62). Sum of RGB (Red+Green+Blue) = 81+50+62=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51323E is #AECDC1. Grayscale: #3C3C3C. Windows color (decimal): -11455938 or 4076113. OLE color: 4076113.
HSL color Cylindrical-coordinate representation of color #51323E: hue angle of 336.77º 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 #51323E is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 50 | 62 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.68 |
| HSL | 336.77º | 0.24% | 0.26% | - |
| HSV(B) | 336.77º | 0.38% | 0.32% | - |
| XYZ | 5.4 | 4.38 | 5.12 | - |
| YUV | 60.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 62 | 0 | 0.38 | 0.23 | 0.68 | 336.77 | 0.24 | 0.26 |
| Hex | 51 | 32 | 3E | 0 | 26 | 17 | 44 | 151 | 18 | 1A |
| Octal | 121 | 62 | 76 | 0 | 46 | 27 | 104 | 521 | 30 | 32 |
| Binary | 1010001 | 110010 | 111110 | 0 | 100110 | 10111 | 1000100 | 101010001 | 11000 | 11010 |
Color Harmonies of #51323E
Complementary color
Monochromatic Colors of #51323E
Black with #51323E
Text Example
Text Example
White with #51323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51323E; }
p { color: rgb(81,50,62); }
H1.HeaderClassName
{
color: #51323E;
}
.AnyTagClassName
{
color: #51323E;
}
</style>
background-color css
<style>
a { background-color: #51323E; }
a { background-color: rgb(81,50,62); }
div.DivClassName
{
background-color: #51323E;
}
.BgClassName
{
background-color: #51323E;
}
</style>
border-color css
<style>
span { border-color: #51323E; }
span { border-color: rgb(81,50,62); }
td.TdClassName
{
border-color: #51323E;
}
.TagClassName
{
border-color: #51323E;
}
</style>