#98356E

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

Shades of Rouge #98356E

Tints of Rouge #98356E

Color information

#98356E (or 0x98356E) is unknown color: approx Rouge. HEX triplet: 98, 35 and 6E. RGB value is (152,53,110). Sum of RGB (Red+Green+Blue) = 152+53+110=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356E is #67CA91. Grayscale: #585858. Windows color (decimal): -6802066 or 7222680. OLE color: 7222680.

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

Color convert

RGB15253110-
CMYK00.650.280.40
HSL325.45º48.29%40.2%-
HSV(B)325.45º65.13%59.61%-
XYZ17.0410.3515.85-
YUV89.1139.8172.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=48.25%
G=16.83%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525311000.650.280.40325.4548.2940.2
Hex98356E0411C281453028
Octal23065156010134505056050
Binary1001100011010111011100100000111100101000101000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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