#9F4671

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

Shades of Rouge #9F4671

Tints of Rouge #9F4671

Color information

#9F4671 (or 0x9F4671) is unknown color: approx Rouge. HEX triplet: 9F, 46 and 71. RGB value is (159,70,113). Sum of RGB (Red+Green+Blue) = 159+70+113=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4671 is #60B98E. Grayscale: #656565. Windows color (decimal): -6338959 or 7423647. OLE color: 7423647.

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

Color convert

RGB15970113-
CMYK00.560.290.38
HSL331.01º38.86%44.9%-
HSV(B)331.01º55.97%62.35%-
XYZ19.4712.9417.1-
YUV101.51134.49169-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=46.49%
G=20.47%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597011300.560.290.38331.0138.8644.9
Hex9F46710381D2614b272d
Octal23710616107035465134755
Binary1001111110001101110001011100011101100110101001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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