#9F416F

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

Shades of Rouge #9F416F

Tints of Rouge #9F416F

Color information

#9F416F (or 0x9F416F) is unknown color: approx Rouge. HEX triplet: 9F, 41 and 6F. RGB value is (159,65,111). Sum of RGB (Red+Green+Blue) = 159+65+111=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F416F is #60BE90. Grayscale: #626262. Windows color (decimal): -6340241 or 7291295. OLE color: 7291295.

HSL color Cylindrical-coordinate representation of color #9F416F: hue angle of 330.64º 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 #9F416F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15965111-
CMYK00.590.300.38
HSL330.64º41.96%43.92%-
HSV(B)330.64º59.12%62.35%-
XYZ19.0612.316.41-
YUV98.35135.14171.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=47.46%
G=19.40%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596511100.590.300.38330.6441.9643.92
Hex9F416F03B1E2614b2a2c
Octal23710115707336465135254
Binary1001111110000011101111011101111110100110101001011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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