#98356A

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

Shades of Rouge #98356A

Tints of Rouge #98356A

Color information

#98356A (or 0x98356A) is unknown color: approx Rouge. HEX triplet: 98, 35 and 6A. RGB value is (152,53,106). Sum of RGB (Red+Green+Blue) = 152+53+106=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356A is #67CA95. Grayscale: #585858. Windows color (decimal): -6802070 or 6960536. OLE color: 6960536.

HSL color Cylindrical-coordinate representation of color #98356A: hue angle of 327.88º 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 #98356A is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15253106-
CMYK00.650.300.40
HSL327.88º48.29%40.2%-
HSV(B)327.88º65.13%59.61%-
XYZ16.8210.2614.73-
YUV88.64137.8173.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=48.87%
G=17.04%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525310600.650.300.40327.8848.2940.2
Hex98356A0411E281483028
Octal23065152010136505106050
Binary1001100011010111010100100000111110101000101001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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