Shades of Barossa #57263F
Tints of Barossa #57263F
RGB
CMYK
RGB Variations
Color information
#57263F (or 0x57263F) is known color: Barossa. HEX triplet: 57, 26 and 3F. RGB value is (87,38,63). Sum of RGB (Red+Green+Blue) = 87+38+63=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57263F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57263F is #A8D9C0. Grayscale: #373737. Windows color (decimal): -11065793 or 4138583. OLE color: 4138583.
HSL color Cylindrical-coordinate representation of color #57263F: hue angle of 329.39º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57263F is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 63 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.66 |
| HSL | 329.39º | 0.39% | 0.25% | - |
| HSV(B) | 329.39º | 0.56% | 0.34% | - |
| XYZ | 5.52 | 3.77 | 5.14 | - |
| YUV | 55.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 63 | 0 | 0.56 | 0.28 | 0.66 | 329.39 | 0.39 | 0.25 |
| Hex | 57 | 26 | 3F | 0 | 38 | 1C | 42 | 149 | 27 | 19 |
| Octal | 127 | 46 | 77 | 0 | 70 | 34 | 102 | 511 | 47 | 31 |
| Binary | 1010111 | 100110 | 111111 | 0 | 111000 | 11100 | 1000010 | 101001001 | 100111 | 11001 |
Color Harmonies of #57263F
Complementary color
Monochromatic Colors of #57263F
Black with #57263F
Text Example
Text Example
White with #57263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57263F; }
p { color: rgb(87,38,63); }
H1.HeaderClassName
{
color: #57263F;
}
.AnyTagClassName
{
color: #57263F;
}
</style>
background-color css
<style>
a { background-color: #57263F; }
a { background-color: rgb(87,38,63); }
div.DivClassName
{
background-color: #57263F;
}
.BgClassName
{
background-color: #57263F;
}
</style>
border-color css
<style>
span { border-color: #57263F; }
span { border-color: rgb(87,38,63); }
td.TdClassName
{
border-color: #57263F;
}
.TagClassName
{
border-color: #57263F;
}
</style>