Shades of Tawny Port #5A404B
Tints of Tawny Port #5A404B
RGB
CMYK
RGB Variations
Color information
#5A404B (or 0x5A404B) is known color: Tawny Port. HEX triplet: 5A, 40 and 4B. RGB value is (90,64,75). Sum of RGB (Red+Green+Blue) = 90+64+75=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A404B is #A5BFB4. Grayscale: #494949. Windows color (decimal): -10862517 or 4931674. OLE color: 4931674.
HSL color Cylindrical-coordinate representation of color #5A404B: hue angle of 334.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A404B is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 75 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.65 |
| HSL | 334.62º | 0.17% | 0.3% | - |
| HSV(B) | 334.62º | 0.29% | 0.35% | - |
| XYZ | 7.32 | 6.35 | 7.5 | - |
| YUV | 73.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 75 | 0 | 0.29 | 0.17 | 0.65 | 334.62 | 0.17 | 0.3 |
| Hex | 5A | 40 | 4B | 0 | 1D | 11 | 41 | 14F | 11 | 1E |
| Octal | 132 | 100 | 113 | 0 | 35 | 21 | 101 | 517 | 21 | 36 |
| Binary | 1011010 | 1000000 | 1001011 | 0 | 11101 | 10001 | 1000001 | 101001111 | 10001 | 11110 |
Color Harmonies of #5A404B
Complementary color
Monochromatic Colors of #5A404B
Black with #5A404B
Text Example
Text Example
White with #5A404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A404B; }
p { color: rgb(90,64,75); }
H1.HeaderClassName
{
color: #5A404B;
}
.AnyTagClassName
{
color: #5A404B;
}
</style>
background-color css
<style>
a { background-color: #5A404B; }
a { background-color: rgb(90,64,75); }
div.DivClassName
{
background-color: #5A404B;
}
.BgClassName
{
background-color: #5A404B;
}
</style>
border-color css
<style>
span { border-color: #5A404B; }
span { border-color: rgb(90,64,75); }
td.TdClassName
{
border-color: #5A404B;
}
.TagClassName
{
border-color: #5A404B;
}
</style>