Shades of Barossa #55243D
Tints of Barossa #55243D
RGB
CMYK
RGB Variations
Color information
#55243D (or 0x55243D) is known color: Barossa. HEX triplet: 55, 24 and 3D. RGB value is (85,36,61). Sum of RGB (Red+Green+Blue) = 85+36+61=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55243D is #AADBC2. Grayscale: #353535. Windows color (decimal): -11197379 or 4006997. OLE color: 4006997.
HSL color Cylindrical-coordinate representation of color #55243D: hue angle of 329.39º 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 #55243D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 61 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.67 |
| HSL | 329.39º | 0.4% | 0.24% | - |
| HSV(B) | 329.39º | 0.58% | 0.33% | - |
| XYZ | 5.22 | 3.53 | 4.82 | - |
| YUV | 53.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 61 | 0 | 0.58 | 0.28 | 0.67 | 329.39 | 0.4 | 0.24 |
| Hex | 55 | 24 | 3D | 0 | 3A | 1C | 43 | 149 | 28 | 18 |
| Octal | 125 | 44 | 75 | 0 | 72 | 34 | 103 | 511 | 50 | 30 |
| Binary | 1010101 | 100100 | 111101 | 0 | 111010 | 11100 | 1000011 | 101001001 | 101000 | 11000 |
Color Harmonies of #55243D
Complementary color
Monochromatic Colors of #55243D
Black with #55243D
Text Example
Text Example
White with #55243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55243D; }
p { color: rgb(85,36,61); }
H1.HeaderClassName
{
color: #55243D;
}
.AnyTagClassName
{
color: #55243D;
}
</style>
background-color css
<style>
a { background-color: #55243D; }
a { background-color: rgb(85,36,61); }
div.DivClassName
{
background-color: #55243D;
}
.BgClassName
{
background-color: #55243D;
}
</style>
border-color css
<style>
span { border-color: #55243D; }
span { border-color: rgb(85,36,61); }
td.TdClassName
{
border-color: #55243D;
}
.TagClassName
{
border-color: #55243D;
}
</style>