#983F74

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

Shades of Rouge #983F74

Tints of Rouge #983F74

Color information

#983F74 (or 0x983F74) is unknown color: approx Rouge. HEX triplet: 98, 3F and 74. RGB value is (152,63,116). Sum of RGB (Red+Green+Blue) = 152+63+116=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F74 is #67C08B. Grayscale: #5F5F5F. Windows color (decimal): -6799500 or 7618456. OLE color: 7618456.

HSL color Cylindrical-coordinate representation of color #983F74: hue angle of 324.27º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F74 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15263116-
CMYK00.590.240.40
HSL324.27º41.4%42.16%-
HSV(B)324.27º58.55%59.61%-
XYZ17.8811.4917.8-
YUV95.65139.49168.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=45.92%
G=19.03%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526311600.590.240.40324.2741.442.16
Hex983F7403B1828144292a
Octal2307716407330505045152
Binary100110001111111110100011101111000101000101000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F74; }

 p { color: rgb(152,63,116); }

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

<style>
 a { background-color: #983F74; }

 a { background-color: rgb(152,63,116); }

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

<style>
 span { border-color: #983F74; }

 span { border-color: rgb(152,63,116); }

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