Shades of Wewak #FF8091
Tints of Wewak #FF8091
RGB
CMYK
RGB Variations
Color information
#FF8091 (or 0xFF8091) is known color: Wewak. HEX triplet: FF, 80 and 91. RGB value is (255,128,145). Sum of RGB (Red+Green+Blue) = 255+128+145=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8091 is #007F6E. Grayscale: #A7A7A7. Windows color (decimal): -32623 or 9535743. OLE color: 9535743.
HSL color Cylindrical-coordinate representation of color #FF8091: hue angle of 351.97º 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 #FF8091 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 145 | - |
| CMYK | 0 | 0.50 | 0.43 | 0 |
| HSL | 351.97º | 1% | 0.75% | - |
| HSV(B) | 351.97º | 0.5% | 1% | - |
| XYZ | 54.07 | 38.74 | 31.42 | - |
| YUV | 167.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 145 | 0 | 0.50 | 0.43 | 0 | 351.97 | 1 | 0.75 |
| Hex | FF | 80 | 91 | 0 | 32 | 2B | 0 | 160 | 64 | 4B |
| Octal | 377 | 200 | 221 | 0 | 62 | 53 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10010001 | 0 | 110010 | 101011 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF8091
Complementary color
Monochromatic Colors of #FF8091
Black with #FF8091
Text Example
Text Example
White with #FF8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8091; }
p { color: rgb(255,128,145); }
H1.HeaderClassName
{
color: #FF8091;
}
.AnyTagClassName
{
color: #FF8091;
}
</style>
background-color css
<style>
a { background-color: #FF8091; }
a { background-color: rgb(255,128,145); }
div.DivClassName
{
background-color: #FF8091;
}
.BgClassName
{
background-color: #FF8091;
}
</style>
border-color css
<style>
span { border-color: #FF8091; }
span { border-color: rgb(255,128,145); }
td.TdClassName
{
border-color: #FF8091;
}
.TagClassName
{
border-color: #FF8091;
}
</style>