Shades of Barossa #51203F
Tints of Barossa #51203F
RGB
CMYK
RGB Variations
Color information
#51203F (or 0x51203F) is known color: Barossa. HEX triplet: 51, 20 and 3F. RGB value is (81,32,63). Sum of RGB (Red+Green+Blue) = 81+32+63=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51203F is #AEDFC0. Grayscale: #323232. Windows color (decimal): -11460545 or 4137041. OLE color: 4137041.
HSL color Cylindrical-coordinate representation of color #51203F: hue angle of 322.04º 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 #51203F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 63 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.68 |
| HSL | 322.04º | 0.43% | 0.22% | - |
| HSV(B) | 322.04º | 0.6% | 0.32% | - |
| XYZ | 4.81 | 3.14 | 5.06 | - |
| YUV | 50.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 63 | 0 | 0.60 | 0.22 | 0.68 | 322.04 | 0.43 | 0.22 |
| Hex | 51 | 20 | 3F | 0 | 3C | 16 | 44 | 142 | 2B | 16 |
| Octal | 121 | 40 | 77 | 0 | 74 | 26 | 104 | 502 | 53 | 26 |
| Binary | 1010001 | 100000 | 111111 | 0 | 111100 | 10110 | 1000100 | 101000010 | 101011 | 10110 |
Color Harmonies of #51203F
Complementary color
Monochromatic Colors of #51203F
Black with #51203F
Text Example
Text Example
White with #51203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51203F; }
p { color: rgb(81,32,63); }
H1.HeaderClassName
{
color: #51203F;
}
.AnyTagClassName
{
color: #51203F;
}
</style>
background-color css
<style>
a { background-color: #51203F; }
a { background-color: rgb(81,32,63); }
div.DivClassName
{
background-color: #51203F;
}
.BgClassName
{
background-color: #51203F;
}
</style>
border-color css
<style>
span { border-color: #51203F; }
span { border-color: rgb(81,32,63); }
td.TdClassName
{
border-color: #51203F;
}
.TagClassName
{
border-color: #51203F;
}
</style>