#9F4371

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

Shades of Rouge #9F4371

Tints of Rouge #9F4371

Color information

#9F4371 (or 0x9F4371) is unknown color: approx Rouge. HEX triplet: 9F, 43 and 71. RGB value is (159,67,113). Sum of RGB (Red+Green+Blue) = 159+67+113=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4371 is #60BC8E. Grayscale: #636363. Windows color (decimal): -6339727 or 7422879. OLE color: 7422879.

HSL color Cylindrical-coordinate representation of color #9F4371: hue angle of 330º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4371 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB15967113-
CMYK00.580.290.38
HSL330º40.71%44.31%-
HSV(B)330º57.86%62.35%-
XYZ19.2912.5817.03-
YUV99.75135.48170.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=46.90%
G=19.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596711300.580.290.3833040.7144.31
Hex9F437103A1D2614a292c
Octal23710316107235465125154
Binary1001111110000111110001011101011101100110101001010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4371; }

 p { color: rgb(159,67,113); }

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

<style>
 a { background-color: #9F4371; }

 a { background-color: rgb(159,67,113); }

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

<style>
 span { border-color: #9F4371; }

 span { border-color: rgb(159,67,113); }

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