Shades of Barossa #55243C
Tints of Barossa #55243C
RGB
CMYK
RGB Variations
Color information
#55243C (or 0x55243C) is known color: Barossa. HEX triplet: 55, 24 and 3C. RGB value is (85,36,60). Sum of RGB (Red+Green+Blue) = 85+36+60=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55243C is #AADBC3. Grayscale: #353535. Windows color (decimal): -11197380 or 3941461. OLE color: 3941461.
HSL color Cylindrical-coordinate representation of color #55243C: hue angle of 330.61º 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 #55243C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 36 | 60 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.67 |
| HSL | 330.61º | 0.4% | 0.24% | - |
| HSV(B) | 330.61º | 0.58% | 0.33% | - |
| XYZ | 5.19 | 3.52 | 4.68 | - |
| YUV | 53.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 60 | 0 | 0.58 | 0.29 | 0.67 | 330.61 | 0.4 | 0.24 |
| Hex | 55 | 24 | 3C | 0 | 3A | 1D | 43 | 14B | 28 | 18 |
| Octal | 125 | 44 | 74 | 0 | 72 | 35 | 103 | 513 | 50 | 30 |
| Binary | 1010101 | 100100 | 111100 | 0 | 111010 | 11101 | 1000011 | 101001011 | 101000 | 11000 |
Color Harmonies of #55243C
Complementary color
Monochromatic Colors of #55243C
Black with #55243C
Text Example
Text Example
White with #55243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55243C; }
p { color: rgb(85,36,60); }
H1.HeaderClassName
{
color: #55243C;
}
.AnyTagClassName
{
color: #55243C;
}
</style>
background-color css
<style>
a { background-color: #55243C; }
a { background-color: rgb(85,36,60); }
div.DivClassName
{
background-color: #55243C;
}
.BgClassName
{
background-color: #55243C;
}
</style>
border-color css
<style>
span { border-color: #55243C; }
span { border-color: rgb(85,36,60); }
td.TdClassName
{
border-color: #55243C;
}
.TagClassName
{
border-color: #55243C;
}
</style>