Shades of Barossa #51323F
Tints of Barossa #51323F
RGB
CMYK
RGB Variations
Color information
#51323F (or 0x51323F) is known color: Barossa. HEX triplet: 51, 32 and 3F. RGB value is (81,50,63). Sum of RGB (Red+Green+Blue) = 81+50+63=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51323F is #AECDC0. Grayscale: #3C3C3C. Windows color (decimal): -11455937 or 4141649. OLE color: 4141649.
HSL color Cylindrical-coordinate representation of color #51323F: hue angle of 334.84º 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 #51323F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 50 | 63 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.68 |
| HSL | 334.84º | 0.24% | 0.26% | - |
| HSV(B) | 334.84º | 0.38% | 0.32% | - |
| XYZ | 5.43 | 4.39 | 5.26 | - |
| YUV | 60.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 63 | 0 | 0.38 | 0.22 | 0.68 | 334.84 | 0.24 | 0.26 |
| Hex | 51 | 32 | 3F | 0 | 26 | 16 | 44 | 14F | 18 | 1A |
| Octal | 121 | 62 | 77 | 0 | 46 | 26 | 104 | 517 | 30 | 32 |
| Binary | 1010001 | 110010 | 111111 | 0 | 100110 | 10110 | 1000100 | 101001111 | 11000 | 11010 |
Color Harmonies of #51323F
Complementary color
Monochromatic Colors of #51323F
Black with #51323F
Text Example
Text Example
White with #51323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51323F; }
p { color: rgb(81,50,63); }
H1.HeaderClassName
{
color: #51323F;
}
.AnyTagClassName
{
color: #51323F;
}
</style>
background-color css
<style>
a { background-color: #51323F; }
a { background-color: rgb(81,50,63); }
div.DivClassName
{
background-color: #51323F;
}
.BgClassName
{
background-color: #51323F;
}
</style>
border-color css
<style>
span { border-color: #51323F; }
span { border-color: rgb(81,50,63); }
td.TdClassName
{
border-color: #51323F;
}
.TagClassName
{
border-color: #51323F;
}
</style>