Shades of Tawny Port #554148
Tints of Tawny Port #554148
RGB
CMYK
RGB Variations
Color information
#554148 (or 0x554148) is known color: Tawny Port. HEX triplet: 55, 41 and 48. RGB value is (85,65,72). Sum of RGB (Red+Green+Blue) = 85+65+72=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554148 is #AABEB7. Grayscale: #474747. Windows color (decimal): -11189944 or 4735317. OLE color: 4735317.
HSL color Cylindrical-coordinate representation of color #554148: hue angle of 339º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554148 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 72 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.67 |
| HSL | 339º | 0.13% | 0.29% | - |
| HSV(B) | 339º | 0.24% | 0.33% | - |
| XYZ | 6.81 | 6.18 | 6.96 | - |
| YUV | 71.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 72 | 0 | 0.24 | 0.15 | 0.67 | 339 | 0.13 | 0.29 |
| Hex | 55 | 41 | 48 | 0 | 18 | F | 43 | 153 | D | 1D |
| Octal | 125 | 101 | 110 | 0 | 30 | 17 | 103 | 523 | 15 | 35 |
| Binary | 1010101 | 1000001 | 1001000 | 0 | 11000 | 1111 | 1000011 | 101010011 | 1101 | 11101 |
Color Harmonies of #554148
Complementary color
Monochromatic Colors of #554148
Black with #554148
Text Example
Text Example
White with #554148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554148; }
p { color: rgb(85,65,72); }
H1.HeaderClassName
{
color: #554148;
}
.AnyTagClassName
{
color: #554148;
}
</style>
background-color css
<style>
a { background-color: #554148; }
a { background-color: rgb(85,65,72); }
div.DivClassName
{
background-color: #554148;
}
.BgClassName
{
background-color: #554148;
}
</style>
border-color css
<style>
span { border-color: #554148; }
span { border-color: rgb(85,65,72); }
td.TdClassName
{
border-color: #554148;
}
.TagClassName
{
border-color: #554148;
}
</style>