Shades of Wewak #FF8183
Tints of Wewak #FF8183
RGB
CMYK
RGB Variations
Color information
#FF8183 (or 0xFF8183) is known color: Wewak. HEX triplet: FF, 81 and 83. RGB value is (255,129,131). Sum of RGB (Red+Green+Blue) = 255+129+131=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8183 is #007E7C. Grayscale: #A7A7A7. Windows color (decimal): -32381 or 8618495. OLE color: 8618495.
HSL color Cylindrical-coordinate representation of color #FF8183: hue angle of 359.05º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8183 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 131 | - |
| CMYK | 0 | 0.49 | 0.49 | 0 |
| HSL | 359.05º | 1% | 0.75% | - |
| HSV(B) | 359.05º | 0.49% | 1% | - |
| XYZ | 53.19 | 38.6 | 26.12 | - |
| YUV | 166.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 131 | 0 | 0.49 | 0.49 | 0 | 359.05 | 1 | 0.75 |
| Hex | FF | 81 | 83 | 0 | 31 | 31 | 0 | 167 | 64 | 4B |
| Octal | 377 | 201 | 203 | 0 | 61 | 61 | 0 | 547 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10000011 | 0 | 110001 | 110001 | 0 | 101100111 | 1100100 | 1001011 |
Color Harmonies of #FF8183
Complementary color
Monochromatic Colors of #FF8183
Black with #FF8183
Text Example
Text Example
White with #FF8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8183; }
p { color: rgb(255,129,131); }
H1.HeaderClassName
{
color: #FF8183;
}
.AnyTagClassName
{
color: #FF8183;
}
</style>
background-color css
<style>
a { background-color: #FF8183; }
a { background-color: rgb(255,129,131); }
div.DivClassName
{
background-color: #FF8183;
}
.BgClassName
{
background-color: #FF8183;
}
</style>
border-color css
<style>
span { border-color: #FF8183; }
span { border-color: rgb(255,129,131); }
td.TdClassName
{
border-color: #FF8183;
}
.TagClassName
{
border-color: #FF8183;
}
</style>