Shades of Barossa #55293D
Tints of Barossa #55293D
RGB
CMYK
RGB Variations
Color information
#55293D (or 0x55293D) is known color: Barossa. HEX triplet: 55, 29 and 3D. RGB value is (85,41,61). Sum of RGB (Red+Green+Blue) = 85+41+61=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #55293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55293D is #AAD6C2. Grayscale: #383838. Windows color (decimal): -11196099 or 4008277. OLE color: 4008277.
HSL color Cylindrical-coordinate representation of color #55293D: hue angle of 332.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55293D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 61 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.67 |
| HSL | 332.73º | 0.35% | 0.25% | - |
| HSV(B) | 332.73º | 0.52% | 0.33% | - |
| XYZ | 5.38 | 3.85 | 4.88 | - |
| YUV | 56.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 61 | 0 | 0.52 | 0.28 | 0.67 | 332.73 | 0.35 | 0.25 |
| Hex | 55 | 29 | 3D | 0 | 34 | 1C | 43 | 14D | 23 | 19 |
| Octal | 125 | 51 | 75 | 0 | 64 | 34 | 103 | 515 | 43 | 31 |
| Binary | 1010101 | 101001 | 111101 | 0 | 110100 | 11100 | 1000011 | 101001101 | 100011 | 11001 |
Color Harmonies of #55293D
Complementary color
Monochromatic Colors of #55293D
Black with #55293D
Text Example
Text Example
White with #55293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55293D; }
p { color: rgb(85,41,61); }
H1.HeaderClassName
{
color: #55293D;
}
.AnyTagClassName
{
color: #55293D;
}
</style>
background-color css
<style>
a { background-color: #55293D; }
a { background-color: rgb(85,41,61); }
div.DivClassName
{
background-color: #55293D;
}
.BgClassName
{
background-color: #55293D;
}
</style>
border-color css
<style>
span { border-color: #55293D; }
span { border-color: rgb(85,41,61); }
td.TdClassName
{
border-color: #55293D;
}
.TagClassName
{
border-color: #55293D;
}
</style>