Shades of Tawny Port #5F424B
Tints of Tawny Port #5F424B
RGB
CMYK
RGB Variations
Color information
#5F424B (or 0x5F424B) is known color: Tawny Port. HEX triplet: 5F, 42 and 4B. RGB value is (95,66,75). Sum of RGB (Red+Green+Blue) = 95+66+75=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 95 - color contains mainly: red. Hex color #5F424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F424B is #A0BDB4. Grayscale: #4B4B4B. Windows color (decimal): -10534325 or 4932191. OLE color: 4932191.
HSL color Cylindrical-coordinate representation of color #5F424B: hue angle of 341.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F424B is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 66 | 75 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.63 |
| HSL | 341.38º | 0.18% | 0.32% | - |
| HSV(B) | 341.38º | 0.31% | 0.37% | - |
| XYZ | 7.94 | 6.84 | 7.56 | - |
| YUV | 75.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 75 | 0 | 0.31 | 0.21 | 0.63 | 341.38 | 0.18 | 0.32 |
| Hex | 5F | 42 | 4B | 0 | 1F | 15 | 3F | 155 | 12 | 20 |
| Octal | 137 | 102 | 113 | 0 | 37 | 25 | 77 | 525 | 22 | 40 |
| Binary | 1011111 | 1000010 | 1001011 | 0 | 11111 | 10101 | 111111 | 101010101 | 10010 | 100000 |
Color Harmonies of #5F424B
Complementary color
Monochromatic Colors of #5F424B
Black with #5F424B
Text Example
Text Example
White with #5F424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F424B; }
p { color: rgb(95,66,75); }
H1.HeaderClassName
{
color: #5F424B;
}
.AnyTagClassName
{
color: #5F424B;
}
</style>
background-color css
<style>
a { background-color: #5F424B; }
a { background-color: rgb(95,66,75); }
div.DivClassName
{
background-color: #5F424B;
}
.BgClassName
{
background-color: #5F424B;
}
</style>
border-color css
<style>
span { border-color: #5F424B; }
span { border-color: rgb(95,66,75); }
td.TdClassName
{
border-color: #5F424B;
}
.TagClassName
{
border-color: #5F424B;
}
</style>