Shades of Barossa #55243F
Tints of Barossa #55243F
RGB
CMYK
RGB Variations
Color information
#55243F (or 0x55243F) is known color: Barossa. HEX triplet: 55, 24 and 3F. RGB value is (85,36,63). Sum of RGB (Red+Green+Blue) = 85+36+63=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55243F is #AADBC0. Grayscale: #353535. Windows color (decimal): -11197377 or 4138069. OLE color: 4138069.
HSL color Cylindrical-coordinate representation of color #55243F: hue angle of 326.94º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55243F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 63 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.67 |
| HSL | 326.94º | 0.4% | 0.24% | - |
| HSV(B) | 326.94º | 0.58% | 0.33% | - |
| XYZ | 5.27 | 3.55 | 5.11 | - |
| YUV | 53.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 63 | 0 | 0.58 | 0.26 | 0.67 | 326.94 | 0.4 | 0.24 |
| Hex | 55 | 24 | 3F | 0 | 3A | 1A | 43 | 147 | 28 | 18 |
| Octal | 125 | 44 | 77 | 0 | 72 | 32 | 103 | 507 | 50 | 30 |
| Binary | 1010101 | 100100 | 111111 | 0 | 111010 | 11010 | 1000011 | 101000111 | 101000 | 11000 |
Color Harmonies of #55243F
Complementary color
Monochromatic Colors of #55243F
Black with #55243F
Text Example
Text Example
White with #55243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55243F; }
p { color: rgb(85,36,63); }
H1.HeaderClassName
{
color: #55243F;
}
.AnyTagClassName
{
color: #55243F;
}
</style>
background-color css
<style>
a { background-color: #55243F; }
a { background-color: rgb(85,36,63); }
div.DivClassName
{
background-color: #55243F;
}
.BgClassName
{
background-color: #55243F;
}
</style>
border-color css
<style>
span { border-color: #55243F; }
span { border-color: rgb(85,36,63); }
td.TdClassName
{
border-color: #55243F;
}
.TagClassName
{
border-color: #55243F;
}
</style>