Shades of Barossa #55283F
Tints of Barossa #55283F
RGB
CMYK
RGB Variations
Color information
#55283F (or 0x55283F) is known color: Barossa. HEX triplet: 55, 28 and 3F. RGB value is (85,40,63). Sum of RGB (Red+Green+Blue) = 85+40+63=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55283F is #AAD7C0. Grayscale: #383838. Windows color (decimal): -11196353 or 4139093. OLE color: 4139093.
HSL color Cylindrical-coordinate representation of color #55283F: hue angle of 329.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55283F is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 40 | 63 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.67 |
| HSL | 329.33º | 0.36% | 0.25% | - |
| HSV(B) | 329.33º | 0.53% | 0.33% | - |
| XYZ | 5.4 | 3.81 | 5.15 | - |
| YUV | 56.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 63 | 0 | 0.53 | 0.26 | 0.67 | 329.33 | 0.36 | 0.25 |
| Hex | 55 | 28 | 3F | 0 | 35 | 1A | 43 | 149 | 24 | 19 |
| Octal | 125 | 50 | 77 | 0 | 65 | 32 | 103 | 511 | 44 | 31 |
| Binary | 1010101 | 101000 | 111111 | 0 | 110101 | 11010 | 1000011 | 101001001 | 100100 | 11001 |
Color Harmonies of #55283F
Complementary color
Monochromatic Colors of #55283F
Black with #55283F
Text Example
Text Example
White with #55283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55283F; }
p { color: rgb(85,40,63); }
H1.HeaderClassName
{
color: #55283F;
}
.AnyTagClassName
{
color: #55283F;
}
</style>
background-color css
<style>
a { background-color: #55283F; }
a { background-color: rgb(85,40,63); }
div.DivClassName
{
background-color: #55283F;
}
.BgClassName
{
background-color: #55283F;
}
</style>
border-color css
<style>
span { border-color: #55283F; }
span { border-color: rgb(85,40,63); }
td.TdClassName
{
border-color: #55283F;
}
.TagClassName
{
border-color: #55283F;
}
</style>