#9F316B

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

Shades of Rouge #9F316B

Tints of Rouge #9F316B

Color information

#9F316B (or 0x9F316B) is unknown color: approx Rouge. HEX triplet: 9F, 31 and 6B. RGB value is (159,49,107). Sum of RGB (Red+Green+Blue) = 159+49+107=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F316B is #60CE94. Grayscale: #585858. Windows color (decimal): -6344341 or 7025055. OLE color: 7025055.

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

Color convert

RGB15949107-
CMYK00.690.330.38
HSL328.36º52.88%40.78%-
HSV(B)328.36º69.18%62.35%-
XYZ18.0510.6315.01-
YUV88.5138.44178.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.48%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=50.48%
G=15.56%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594910700.690.330.38328.3652.8840.78
Hex9F316B04521261483529
Octal23761153010541465106551
Binary10011111110001110101101000101100001100110101001000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,49,107); }

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

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

 a { background-color: rgb(159,49,107); }

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

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

 span { border-color: rgb(159,49,107); }

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