#983866

Color #983866 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #983866

Tints of Rouge #983866

Color information

#983866 (or 0x983866) is unknown color: approx Rouge. HEX triplet: 98, 38 and 66. RGB value is (152,56,102). Sum of RGB (Red+Green+Blue) = 152+56+102=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #983866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983866 is #67C799. Grayscale: #595959. Windows color (decimal): -6801306 or 6699160. OLE color: 6699160.

HSL color Cylindrical-coordinate representation of color #983866: hue angle of 331.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983866 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15256102-
CMYK00.630.330.40
HSL331.25º46.15%40.78%-
HSV(B)331.25º63.16%59.61%-
XYZ16.7610.4613.71-
YUV89.95134.8172.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=49.03%
G=18.06%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525610200.630.330.40331.2546.1540.78
Hex98386603F212814b2e29
Octal2307014607741505135651
Binary1001100011100011001100111111100001101000101001011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983866; }

 p { color: rgb(152,56,102); }

 H1.HeaderClassName
 {
   color: #983866;
 }
 .AnyTagClassName
 {
   color: #983866;
 }
</style>
background-color css

<style>
 a { background-color: #983866; }

 a { background-color: rgb(152,56,102); }

 div.DivClassName
 {
   background-color: #983866;
 }
 .BgClassName
 {
   background-color: #983866;
 }
</style>
border-color css

<style>
 span { border-color: #983866; }

 span { border-color: rgb(152,56,102); }

 td.TdClassName
 {
   border-color: #983866;
 }
 .TagClassName
 {
   border-color: #983866;
 }
</style>