Shades of Barossa #51243F
Tints of Barossa #51243F
RGB
CMYK
RGB Variations
Color information
#51243F (or 0x51243F) is known color: Barossa. HEX triplet: 51, 24 and 3F. RGB value is (81,36,63). Sum of RGB (Red+Green+Blue) = 81+36+63=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 81 - color contains mainly: red. Hex color #51243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51243F is #AEDBC0. Grayscale: #343434. Windows color (decimal): -11459521 or 4138065. OLE color: 4138065.
HSL color Cylindrical-coordinate representation of color #51243F: hue angle of 324º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51243F is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 36 | 63 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.68 |
| HSL | 324º | 0.38% | 0.23% | - |
| HSV(B) | 324º | 0.56% | 0.32% | - |
| XYZ | 4.92 | 3.37 | 5.09 | - |
| YUV | 52.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 63 | 0 | 0.56 | 0.22 | 0.68 | 324 | 0.38 | 0.23 |
| Hex | 51 | 24 | 3F | 0 | 38 | 16 | 44 | 144 | 26 | 17 |
| Octal | 121 | 44 | 77 | 0 | 70 | 26 | 104 | 504 | 46 | 27 |
| Binary | 1010001 | 100100 | 111111 | 0 | 111000 | 10110 | 1000100 | 101000100 | 100110 | 10111 |
Color Harmonies of #51243F
Complementary color
Monochromatic Colors of #51243F
Black with #51243F
Text Example
Text Example
White with #51243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51243F; }
p { color: rgb(81,36,63); }
H1.HeaderClassName
{
color: #51243F;
}
.AnyTagClassName
{
color: #51243F;
}
</style>
background-color css
<style>
a { background-color: #51243F; }
a { background-color: rgb(81,36,63); }
div.DivClassName
{
background-color: #51243F;
}
.BgClassName
{
background-color: #51243F;
}
</style>
border-color css
<style>
span { border-color: #51243F; }
span { border-color: rgb(81,36,63); }
td.TdClassName
{
border-color: #51243F;
}
.TagClassName
{
border-color: #51243F;
}
</style>