#98396A

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

Shades of Rouge #98396A

Tints of Rouge #98396A

Color information

#98396A (or 0x98396A) is unknown color: approx Rouge. HEX triplet: 98, 39 and 6A. RGB value is (152,57,106). Sum of RGB (Red+Green+Blue) = 152+57+106=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98396A is #67C695. Grayscale: #5A5A5A. Windows color (decimal): -6801046 or 6961560. OLE color: 6961560.

HSL color Cylindrical-coordinate representation of color #98396A: hue angle of 329.05º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98396A is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15257106-
CMYK00.620.300.40
HSL329.05º45.45%40.98%-
HSV(B)329.05º62.5%59.61%-
XYZ17.0110.6414.79-
YUV90.99136.47171.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=48.25%
G=18.10%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525710600.620.300.40329.0545.4540.98
Hex98396A03E1E281492d29
Octal2307115207636505115551
Binary100110001110011101010011111011110101000101001001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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