#9F436E

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

Shades of Rouge #9F436E

Tints of Rouge #9F436E

Color information

#9F436E (or 0x9F436E) is unknown color: approx Rouge. HEX triplet: 9F, 43 and 6E. RGB value is (159,67,110). Sum of RGB (Red+Green+Blue) = 159+67+110=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F436E is #60BC91. Grayscale: #636363. Windows color (decimal): -6339730 or 7226271. OLE color: 7226271.

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

Color convert

RGB15967110-
CMYK00.580.310.38
HSL331.96º40.71%44.31%-
HSV(B)331.96º57.86%62.35%-
XYZ19.1212.5116.16-
YUV99.41133.98170.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=47.32%
G=19.94%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596711000.580.310.38331.9640.7144.31
Hex9F436E03A1F2614c292c
Octal23710315607237465145154
Binary1001111110000111101110011101011111100110101001100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,110); }

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

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

 a { background-color: rgb(159,67,110); }

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

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

 span { border-color: rgb(159,67,110); }

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