#98316F

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

Shades of Rouge #98316F

Tints of Rouge #98316F

Color information

#98316F (or 0x98316F) is unknown color: approx Rouge. HEX triplet: 98, 31 and 6F. RGB value is (152,49,111). Sum of RGB (Red+Green+Blue) = 152+49+111=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98316F is #67CE90. Grayscale: #565656. Windows color (decimal): -6803089 or 7287192. OLE color: 7287192.

HSL color Cylindrical-coordinate representation of color #98316F: hue angle of 323.88º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98316F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15249111-
CMYK00.680.270.40
HSL323.88º51.24%39.41%-
HSV(B)323.88º67.76%59.61%-
XYZ16.9210.0216.08-
YUV86.86141.62174.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=48.72%
G=15.71%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524911100.680.270.40323.8851.2439.41
Hex98316F0441B281443327
Octal23061157010433505046347
Binary1001100011000111011110100010011011101000101000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98316F; }

 p { color: rgb(152,49,111); }

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

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

 a { background-color: rgb(152,49,111); }

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

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

 span { border-color: rgb(152,49,111); }

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