Shades of Wewak #FF8384
Tints of Wewak #FF8384
RGB
CMYK
RGB Variations
Color information
#FF8384 (or 0xFF8384) is known color: Wewak. HEX triplet: FF, 83 and 84. RGB value is (255,131,132). Sum of RGB (Red+Green+Blue) = 255+131+132=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8384 is #007C7B. Grayscale: #A8A8A8. Windows color (decimal): -31868 or 8684543. OLE color: 8684543.
HSL color Cylindrical-coordinate representation of color #FF8384: hue angle of 359.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8384 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 132 | - |
| CMYK | 0 | 0.49 | 0.48 | 0 |
| HSL | 359.52º | 1% | 0.76% | - |
| HSV(B) | 359.52º | 0.49% | 1% | - |
| XYZ | 53.52 | 39.16 | 26.57 | - |
| YUV | 168.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 132 | 0 | 0.49 | 0.48 | 0 | 359.52 | 1 | 0.76 |
| Hex | FF | 83 | 84 | 0 | 31 | 30 | 0 | 168 | 64 | 4C |
| Octal | 377 | 203 | 204 | 0 | 61 | 60 | 0 | 550 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10000100 | 0 | 110001 | 110000 | 0 | 101101000 | 1100100 | 1001100 |
Color Harmonies of #FF8384
Complementary color
Monochromatic Colors of #FF8384
Black with #FF8384
Text Example
Text Example
White with #FF8384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8384; }
p { color: rgb(255,131,132); }
H1.HeaderClassName
{
color: #FF8384;
}
.AnyTagClassName
{
color: #FF8384;
}
</style>
background-color css
<style>
a { background-color: #FF8384; }
a { background-color: rgb(255,131,132); }
div.DivClassName
{
background-color: #FF8384;
}
.BgClassName
{
background-color: #FF8384;
}
</style>
border-color css
<style>
span { border-color: #FF8384; }
span { border-color: rgb(255,131,132); }
td.TdClassName
{
border-color: #FF8384;
}
.TagClassName
{
border-color: #FF8384;
}
</style>