Shades of Barossa #55243B
Tints of Barossa #55243B
RGB
CMYK
RGB Variations
Color information
#55243B (or 0x55243B) is known color: Barossa. HEX triplet: 55, 24 and 3B. RGB value is (85,36,59). Sum of RGB (Red+Green+Blue) = 85+36+59=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55243B is #AADBC4. Grayscale: #353535. Windows color (decimal): -11197381 or 3875925. OLE color: 3875925.
HSL color Cylindrical-coordinate representation of color #55243B: hue angle of 331.84º 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 #55243B is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 59 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.67 |
| HSL | 331.84º | 0.4% | 0.24% | - |
| HSV(B) | 331.84º | 0.58% | 0.33% | - |
| XYZ | 5.17 | 3.51 | 4.54 | - |
| YUV | 53.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 59 | 0 | 0.58 | 0.31 | 0.67 | 331.84 | 0.4 | 0.24 |
| Hex | 55 | 24 | 3B | 0 | 3A | 1F | 43 | 14C | 28 | 18 |
| Octal | 125 | 44 | 73 | 0 | 72 | 37 | 103 | 514 | 50 | 30 |
| Binary | 1010101 | 100100 | 111011 | 0 | 111010 | 11111 | 1000011 | 101001100 | 101000 | 11000 |
Color Harmonies of #55243B
Complementary color
Monochromatic Colors of #55243B
Black with #55243B
Text Example
Text Example
White with #55243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55243B; }
p { color: rgb(85,36,59); }
H1.HeaderClassName
{
color: #55243B;
}
.AnyTagClassName
{
color: #55243B;
}
</style>
background-color css
<style>
a { background-color: #55243B; }
a { background-color: rgb(85,36,59); }
div.DivClassName
{
background-color: #55243B;
}
.BgClassName
{
background-color: #55243B;
}
</style>
border-color css
<style>
span { border-color: #55243B; }
span { border-color: rgb(85,36,59); }
td.TdClassName
{
border-color: #55243B;
}
.TagClassName
{
border-color: #55243B;
}
</style>