#98336E

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

Shades of Rouge #98336E

Tints of Rouge #98336E

Color information

#98336E (or 0x98336E) is unknown color: approx Rouge. HEX triplet: 98, 33 and 6E. RGB value is (152,51,110). Sum of RGB (Red+Green+Blue) = 152+51+110=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98336E is #67CC91. Grayscale: #575757. Windows color (decimal): -6802578 or 7222168. OLE color: 7222168.

HSL color Cylindrical-coordinate representation of color #98336E: hue angle of 324.95º 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 #98336E is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15251110-
CMYK00.660.280.40
HSL324.95º49.75%39.8%-
HSV(B)324.95º66.45%59.61%-
XYZ16.9510.1715.82-
YUV87.92140.46173.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 51 (20.31% from 255) = 16.29%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=48.56%
G=16.29%
B=35.14%

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
Decimal1525111000.660.280.40324.9549.7539.8
Hex98336E0421C281453228
Octal23063156010234505056250
Binary1001100011001111011100100001011100101000101000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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