Shades of Barossa #51263E
Tints of Barossa #51263E
RGB
CMYK
RGB Variations
Color information
#51263E (or 0x51263E) is known color: Barossa. HEX triplet: 51, 26 and 3E. RGB value is (81,38,62). Sum of RGB (Red+Green+Blue) = 81+38+62=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #51263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51263E is #AED9C1. Grayscale: #353535. Windows color (decimal): -11459010 or 4073041. OLE color: 4073041.
HSL color Cylindrical-coordinate representation of color #51263E: hue angle of 326.51º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51263E is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 62 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.68 |
| HSL | 326.51º | 0.36% | 0.23% | - |
| HSV(B) | 326.51º | 0.53% | 0.32% | - |
| XYZ | 4.96 | 3.48 | 4.97 | - |
| YUV | 53.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 62 | 0 | 0.53 | 0.23 | 0.68 | 326.51 | 0.36 | 0.23 |
| Hex | 51 | 26 | 3E | 0 | 35 | 17 | 44 | 147 | 24 | 17 |
| Octal | 121 | 46 | 76 | 0 | 65 | 27 | 104 | 507 | 44 | 27 |
| Binary | 1010001 | 100110 | 111110 | 0 | 110101 | 10111 | 1000100 | 101000111 | 100100 | 10111 |
Color Harmonies of #51263E
Complementary color
Monochromatic Colors of #51263E
Black with #51263E
Text Example
Text Example
White with #51263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51263E; }
p { color: rgb(81,38,62); }
H1.HeaderClassName
{
color: #51263E;
}
.AnyTagClassName
{
color: #51263E;
}
</style>
background-color css
<style>
a { background-color: #51263E; }
a { background-color: rgb(81,38,62); }
div.DivClassName
{
background-color: #51263E;
}
.BgClassName
{
background-color: #51263E;
}
</style>
border-color css
<style>
span { border-color: #51263E; }
span { border-color: rgb(81,38,62); }
td.TdClassName
{
border-color: #51263E;
}
.TagClassName
{
border-color: #51263E;
}
</style>