#98356B

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

Shades of Rouge #98356B

Tints of Rouge #98356B

Color information

#98356B (or 0x98356B) is unknown color: approx Rouge. HEX triplet: 98, 35 and 6B. RGB value is (152,53,107). Sum of RGB (Red+Green+Blue) = 152+53+107=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356B is #67CA94. Grayscale: #585858. Windows color (decimal): -6802069 or 7026072. OLE color: 7026072.

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

Color convert

RGB15253107-
CMYK00.650.300.40
HSL327.27º48.29%40.2%-
HSV(B)327.27º65.13%59.61%-
XYZ16.8810.2815.01-
YUV88.76138.3173.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=48.72%
G=16.99%
B=34.29%

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
Decimal1525310700.650.300.40327.2748.2940.2
Hex98356B0411E281473028
Octal23065153010136505076050
Binary1001100011010111010110100000111110101000101000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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