Shades of Barossa #55253F
Tints of Barossa #55253F
RGB
CMYK
RGB Variations
Color information
#55253F (or 0x55253F) is known color: Barossa. HEX triplet: 55, 25 and 3F. RGB value is (85,37,63). Sum of RGB (Red+Green+Blue) = 85+37+63=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55253F is #AADAC0. Grayscale: #363636. Windows color (decimal): -11197121 or 4138325. OLE color: 4138325.
HSL color Cylindrical-coordinate representation of color #55253F: hue angle of 327.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55253F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 63 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.67 |
| HSL | 327.5º | 0.39% | 0.24% | - |
| HSV(B) | 327.5º | 0.56% | 0.33% | - |
| XYZ | 5.31 | 3.61 | 5.12 | - |
| YUV | 54.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 63 | 0 | 0.56 | 0.26 | 0.67 | 327.5 | 0.39 | 0.24 |
| Hex | 55 | 25 | 3F | 0 | 38 | 1A | 43 | 148 | 27 | 18 |
| Octal | 125 | 45 | 77 | 0 | 70 | 32 | 103 | 510 | 47 | 30 |
| Binary | 1010101 | 100101 | 111111 | 0 | 111000 | 11010 | 1000011 | 101001000 | 100111 | 11000 |
Color Harmonies of #55253F
Complementary color
Monochromatic Colors of #55253F
Black with #55253F
Text Example
Text Example
White with #55253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55253F; }
p { color: rgb(85,37,63); }
H1.HeaderClassName
{
color: #55253F;
}
.AnyTagClassName
{
color: #55253F;
}
</style>
background-color css
<style>
a { background-color: #55253F; }
a { background-color: rgb(85,37,63); }
div.DivClassName
{
background-color: #55253F;
}
.BgClassName
{
background-color: #55253F;
}
</style>
border-color css
<style>
span { border-color: #55253F; }
span { border-color: rgb(85,37,63); }
td.TdClassName
{
border-color: #55253F;
}
.TagClassName
{
border-color: #55253F;
}
</style>