#98336D

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

Shades of Rouge #98336D

Tints of Rouge #98336D

Color information

#98336D (or 0x98336D) is unknown color: approx Rouge. HEX triplet: 98, 33 and 6D. RGB value is (152,51,109). Sum of RGB (Red+Green+Blue) = 152+51+109=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98336D is #67CC92. Grayscale: #575757. Windows color (decimal): -6802579 or 7156632. OLE color: 7156632.

HSL color Cylindrical-coordinate representation of color #98336D: hue angle of 325.54º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98336D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15251109-
CMYK00.660.280.40
HSL325.54º49.75%39.8%-
HSV(B)325.54º66.45%59.61%-
XYZ16.8910.1515.54-
YUV87.81139.96173.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 51 (20.31% from 255) = 16.35%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=48.72%
G=16.35%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525110900.660.280.40325.5449.7539.8
Hex98336D0421C281463228
Octal23063155010234505066250
Binary1001100011001111011010100001011100101000101000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98336D; }

 p { color: rgb(152,51,109); }

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

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

 a { background-color: rgb(152,51,109); }

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

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

 span { border-color: rgb(152,51,109); }

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