Shades of Barossa #55293E
Tints of Barossa #55293E
RGB
CMYK
RGB Variations
Color information
#55293E (or 0x55293E) is known color: Barossa. HEX triplet: 55, 29 and 3E. RGB value is (85,41,62). Sum of RGB (Red+Green+Blue) = 85+41+62=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55293E is #AAD6C1. Grayscale: #383838. Windows color (decimal): -11196098 or 4073813. OLE color: 4073813.
HSL color Cylindrical-coordinate representation of color #55293E: hue angle of 331.36º 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 #55293E is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 62 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.67 |
| HSL | 331.36º | 0.35% | 0.25% | - |
| HSV(B) | 331.36º | 0.52% | 0.33% | - |
| XYZ | 5.41 | 3.86 | 5.02 | - |
| YUV | 56.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 62 | 0 | 0.52 | 0.27 | 0.67 | 331.36 | 0.35 | 0.25 |
| Hex | 55 | 29 | 3E | 0 | 34 | 1B | 43 | 14B | 23 | 19 |
| Octal | 125 | 51 | 76 | 0 | 64 | 33 | 103 | 513 | 43 | 31 |
| Binary | 1010101 | 101001 | 111110 | 0 | 110100 | 11011 | 1000011 | 101001011 | 100011 | 11001 |
Color Harmonies of #55293E
Complementary color
Monochromatic Colors of #55293E
Black with #55293E
Text Example
Text Example
White with #55293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55293E; }
p { color: rgb(85,41,62); }
H1.HeaderClassName
{
color: #55293E;
}
.AnyTagClassName
{
color: #55293E;
}
</style>
background-color css
<style>
a { background-color: #55293E; }
a { background-color: rgb(85,41,62); }
div.DivClassName
{
background-color: #55293E;
}
.BgClassName
{
background-color: #55293E;
}
</style>
border-color css
<style>
span { border-color: #55293E; }
span { border-color: rgb(85,41,62); }
td.TdClassName
{
border-color: #55293E;
}
.TagClassName
{
border-color: #55293E;
}
</style>