#9F4161

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

Shades of Rouge #9F4161

Tints of Rouge #9F4161

Color information

#9F4161 (or 0x9F4161) is unknown color: approx Rouge. HEX triplet: 9F, 41 and 61. RGB value is (159,65,97). Sum of RGB (Red+Green+Blue) = 159+65+97=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4161 is #60BE9E. Grayscale: #606060. Windows color (decimal): -6340255 or 6373791. OLE color: 6373791.

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

Color convert

RGB1596597-
CMYK00.590.390.38
HSL339.57º41.96%43.92%-
HSV(B)339.57º59.12%62.35%-
XYZ18.3512.0112.66-
YUV96.75128.14172.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=49.53%
G=20.25%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159659700.590.390.38339.5741.9643.92
Hex9F416103B27261542a2c
Octal23710114107347465245254
Binary10011111100000111000010111011100111100110101010100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,65,97); }

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

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

 a { background-color: rgb(159,65,97); }

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

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

 span { border-color: rgb(159,65,97); }

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