Shades of Barossa #51233A
Tints of Barossa #51233A
RGB
CMYK
RGB Variations
Color information
#51233A (or 0x51233A) is known color: Barossa. HEX triplet: 51, 23 and 3A. RGB value is (81,35,58). Sum of RGB (Red+Green+Blue) = 81+35+58=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #51233A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51233A is #AEDCC5. Grayscale: #333333. Windows color (decimal): -11459782 or 3810129. OLE color: 3810129.
HSL color Cylindrical-coordinate representation of color #51233A: hue angle of 330º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51233A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 35 | 58 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.68 |
| HSL | 330º | 0.4% | 0.23% | - |
| HSV(B) | 330º | 0.57% | 0.32% | - |
| XYZ | 4.76 | 3.26 | 4.38 | - |
| YUV | 51.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 58 | 0 | 0.57 | 0.28 | 0.68 | 330 | 0.4 | 0.23 |
| Hex | 51 | 23 | 3A | 0 | 39 | 1C | 44 | 14A | 28 | 17 |
| Octal | 121 | 43 | 72 | 0 | 71 | 34 | 104 | 512 | 50 | 27 |
| Binary | 1010001 | 100011 | 111010 | 0 | 111001 | 11100 | 1000100 | 101001010 | 101000 | 10111 |
Color Harmonies of #51233A
Complementary color
Monochromatic Colors of #51233A
Black with #51233A
Text Example
Text Example
White with #51233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51233A; }
p { color: rgb(81,35,58); }
H1.HeaderClassName
{
color: #51233A;
}
.AnyTagClassName
{
color: #51233A;
}
</style>
background-color css
<style>
a { background-color: #51233A; }
a { background-color: rgb(81,35,58); }
div.DivClassName
{
background-color: #51233A;
}
.BgClassName
{
background-color: #51233A;
}
</style>
border-color css
<style>
span { border-color: #51233A; }
span { border-color: rgb(81,35,58); }
td.TdClassName
{
border-color: #51233A;
}
.TagClassName
{
border-color: #51233A;
}
</style>