Shades of Barossa #51243B
Tints of Barossa #51243B
RGB
CMYK
RGB Variations
Color information
#51243B (or 0x51243B) is known color: Barossa. HEX triplet: 51, 24 and 3B. RGB value is (81,36,59). Sum of RGB (Red+Green+Blue) = 81+36+59=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51243B is #AEDBC4. Grayscale: #343434. Windows color (decimal): -11459525 or 3875921. OLE color: 3875921.
HSL color Cylindrical-coordinate representation of color #51243B: hue angle of 329.33º 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 #51243B is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 36 | 59 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.68 |
| HSL | 329.33º | 0.38% | 0.23% | - |
| HSV(B) | 329.33º | 0.56% | 0.32% | - |
| XYZ | 4.81 | 3.33 | 4.53 | - |
| YUV | 52.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 59 | 0 | 0.56 | 0.27 | 0.68 | 329.33 | 0.38 | 0.23 |
| Hex | 51 | 24 | 3B | 0 | 38 | 1B | 44 | 149 | 26 | 17 |
| Octal | 121 | 44 | 73 | 0 | 70 | 33 | 104 | 511 | 46 | 27 |
| Binary | 1010001 | 100100 | 111011 | 0 | 111000 | 11011 | 1000100 | 101001001 | 100110 | 10111 |
Color Harmonies of #51243B
Complementary color
Monochromatic Colors of #51243B
Black with #51243B
Text Example
Text Example
White with #51243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51243B; }
p { color: rgb(81,36,59); }
H1.HeaderClassName
{
color: #51243B;
}
.AnyTagClassName
{
color: #51243B;
}
</style>
background-color css
<style>
a { background-color: #51243B; }
a { background-color: rgb(81,36,59); }
div.DivClassName
{
background-color: #51243B;
}
.BgClassName
{
background-color: #51243B;
}
</style>
border-color css
<style>
span { border-color: #51243B; }
span { border-color: rgb(81,36,59); }
td.TdClassName
{
border-color: #51243B;
}
.TagClassName
{
border-color: #51243B;
}
</style>