Shades of Barossa #51263C
Tints of Barossa #51263C
RGB
CMYK
RGB Variations
Color information
#51263C (or 0x51263C) is known color: Barossa. HEX triplet: 51, 26 and 3C. RGB value is (81,38,60). Sum of RGB (Red+Green+Blue) = 81+38+60=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51263C is #AED9C3. Grayscale: #353535. Windows color (decimal): -11459012 or 3941969. OLE color: 3941969.
HSL color Cylindrical-coordinate representation of color #51263C: hue angle of 329.3º 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 #51263C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 60 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.68 |
| HSL | 329.3º | 0.36% | 0.23% | - |
| HSV(B) | 329.3º | 0.53% | 0.32% | - |
| XYZ | 4.9 | 3.46 | 4.68 | - |
| YUV | 53.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 60 | 0 | 0.53 | 0.26 | 0.68 | 329.3 | 0.36 | 0.23 |
| Hex | 51 | 26 | 3C | 0 | 35 | 1A | 44 | 149 | 24 | 17 |
| Octal | 121 | 46 | 74 | 0 | 65 | 32 | 104 | 511 | 44 | 27 |
| Binary | 1010001 | 100110 | 111100 | 0 | 110101 | 11010 | 1000100 | 101001001 | 100100 | 10111 |
Color Harmonies of #51263C
Complementary color
Monochromatic Colors of #51263C
Black with #51263C
Text Example
Text Example
White with #51263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51263C; }
p { color: rgb(81,38,60); }
H1.HeaderClassName
{
color: #51263C;
}
.AnyTagClassName
{
color: #51263C;
}
</style>
background-color css
<style>
a { background-color: #51263C; }
a { background-color: rgb(81,38,60); }
div.DivClassName
{
background-color: #51263C;
}
.BgClassName
{
background-color: #51263C;
}
</style>
border-color css
<style>
span { border-color: #51263C; }
span { border-color: rgb(81,38,60); }
td.TdClassName
{
border-color: #51263C;
}
.TagClassName
{
border-color: #51263C;
}
</style>