#9F486D

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

Shades of Rouge #9F486D

Tints of Rouge #9F486D

Color information

#9F486D (or 0x9F486D) is unknown color: approx Rouge. HEX triplet: 9F, 48 and 6D. RGB value is (159,72,109). Sum of RGB (Red+Green+Blue) = 159+72+109=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F486D is #60B792. Grayscale: #666666. Windows color (decimal): -6338451 or 7162015. OLE color: 7162015.

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

Color convert

RGB15972109-
CMYK00.550.310.38
HSL334.48º37.66%45.29%-
HSV(B)334.48º54.72%62.35%-
XYZ19.3813.1115.98-
YUV102.23131.82168.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=46.76%
G=21.18%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597210900.550.310.38334.4837.6645.29
Hex9F486D0371F2614e262d
Octal23711015506737465164655
Binary1001111110010001101101011011111111100110101001110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,109); }

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

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

 a { background-color: rgb(159,72,109); }

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

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

 span { border-color: rgb(159,72,109); }

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