Shades of Wewak #FF8089
Tints of Wewak #FF8089
RGB
CMYK
RGB Variations
Color information
#FF8089 (or 0xFF8089) is known color: Wewak. HEX triplet: FF, 80 and 89. RGB value is (255,128,137). Sum of RGB (Red+Green+Blue) = 255+128+137=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8089 is #007F76. Grayscale: #A7A7A7. Windows color (decimal): -32631 or 9011455. OLE color: 9011455.
HSL color Cylindrical-coordinate representation of color #FF8089: hue angle of 355.75º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8089 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 137 | - |
| CMYK | 0 | 0.50 | 0.46 | 0 |
| HSL | 355.75º | 1% | 0.75% | - |
| HSV(B) | 355.75º | 0.5% | 1% | - |
| XYZ | 53.47 | 38.5 | 28.28 | - |
| YUV | 167 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 137 | 0 | 0.50 | 0.46 | 0 | 355.75 | 1 | 0.75 |
| Hex | FF | 80 | 89 | 0 | 32 | 2E | 0 | 164 | 64 | 4B |
| Octal | 377 | 200 | 211 | 0 | 62 | 56 | 0 | 544 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10001001 | 0 | 110010 | 101110 | 0 | 101100100 | 1100100 | 1001011 |
Color Harmonies of #FF8089
Complementary color
Monochromatic Colors of #FF8089
Black with #FF8089
Text Example
Text Example
White with #FF8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8089; }
p { color: rgb(255,128,137); }
H1.HeaderClassName
{
color: #FF8089;
}
.AnyTagClassName
{
color: #FF8089;
}
</style>
background-color css
<style>
a { background-color: #FF8089; }
a { background-color: rgb(255,128,137); }
div.DivClassName
{
background-color: #FF8089;
}
.BgClassName
{
background-color: #FF8089;
}
</style>
border-color css
<style>
span { border-color: #FF8089; }
span { border-color: rgb(255,128,137); }
td.TdClassName
{
border-color: #FF8089;
}
.TagClassName
{
border-color: #FF8089;
}
</style>