Shades of Barossa #51233E
Tints of Barossa #51233E
RGB
CMYK
RGB Variations
Color information
#51233E (or 0x51233E) is known color: Barossa. HEX triplet: 51, 23 and 3E. RGB value is (81,35,62). Sum of RGB (Red+Green+Blue) = 81+35+62=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51233E is #AEDCC1. Grayscale: #333333. Windows color (decimal): -11459778 or 4072273. OLE color: 4072273.
HSL color Cylindrical-coordinate representation of color #51233E: hue angle of 324.78º 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 #51233E is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 35 | 62 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.68 |
| HSL | 324.78º | 0.4% | 0.23% | - |
| HSV(B) | 324.78º | 0.57% | 0.32% | - |
| XYZ | 4.86 | 3.3 | 4.94 | - |
| YUV | 51.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 62 | 0 | 0.57 | 0.23 | 0.68 | 324.78 | 0.4 | 0.23 |
| Hex | 51 | 23 | 3E | 0 | 39 | 17 | 44 | 145 | 28 | 17 |
| Octal | 121 | 43 | 76 | 0 | 71 | 27 | 104 | 505 | 50 | 27 |
| Binary | 1010001 | 100011 | 111110 | 0 | 111001 | 10111 | 1000100 | 101000101 | 101000 | 10111 |
Color Harmonies of #51233E
Complementary color
Monochromatic Colors of #51233E
Black with #51233E
Text Example
Text Example
White with #51233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51233E; }
p { color: rgb(81,35,62); }
H1.HeaderClassName
{
color: #51233E;
}
.AnyTagClassName
{
color: #51233E;
}
</style>
background-color css
<style>
a { background-color: #51233E; }
a { background-color: rgb(81,35,62); }
div.DivClassName
{
background-color: #51233E;
}
.BgClassName
{
background-color: #51233E;
}
</style>
border-color css
<style>
span { border-color: #51233E; }
span { border-color: rgb(81,35,62); }
td.TdClassName
{
border-color: #51233E;
}
.TagClassName
{
border-color: #51233E;
}
</style>