Shades of Barossa #51203C
Tints of Barossa #51203C
RGB
CMYK
RGB Variations
Color information
#51203C (or 0x51203C) is known color: Barossa. HEX triplet: 51, 20 and 3C. RGB value is (81,32,60). Sum of RGB (Red+Green+Blue) = 81+32+60=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51203C is #AEDFC3. Grayscale: #313131. Windows color (decimal): -11460548 or 3940433. OLE color: 3940433.
HSL color Cylindrical-coordinate representation of color #51203C: hue angle of 325.71º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51203C is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 60 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.68 |
| HSL | 325.71º | 0.43% | 0.22% | - |
| HSV(B) | 325.71º | 0.6% | 0.32% | - |
| XYZ | 4.73 | 3.11 | 4.63 | - |
| YUV | 49.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 60 | 0 | 0.60 | 0.26 | 0.68 | 325.71 | 0.43 | 0.22 |
| Hex | 51 | 20 | 3C | 0 | 3C | 1A | 44 | 146 | 2B | 16 |
| Octal | 121 | 40 | 74 | 0 | 74 | 32 | 104 | 506 | 53 | 26 |
| Binary | 1010001 | 100000 | 111100 | 0 | 111100 | 11010 | 1000100 | 101000110 | 101011 | 10110 |
Color Harmonies of #51203C
Complementary color
Monochromatic Colors of #51203C
Black with #51203C
Text Example
Text Example
White with #51203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51203C; }
p { color: rgb(81,32,60); }
H1.HeaderClassName
{
color: #51203C;
}
.AnyTagClassName
{
color: #51203C;
}
</style>
background-color css
<style>
a { background-color: #51203C; }
a { background-color: rgb(81,32,60); }
div.DivClassName
{
background-color: #51203C;
}
.BgClassName
{
background-color: #51203C;
}
</style>
border-color css
<style>
span { border-color: #51203C; }
span { border-color: rgb(81,32,60); }
td.TdClassName
{
border-color: #51203C;
}
.TagClassName
{
border-color: #51203C;
}
</style>