#9F3F66

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

Shades of Rouge #9F3F66

Tints of Rouge #9F3F66

Color information

#9F3F66 (or 0x9F3F66) is unknown color: approx Rouge. HEX triplet: 9F, 3F and 66. RGB value is (159,63,102). Sum of RGB (Red+Green+Blue) = 159+63+102=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3F66 is #60C099. Grayscale: #606060. Windows color (decimal): -6340762 or 6700959. OLE color: 6700959.

HSL color Cylindrical-coordinate representation of color #9F3F66: hue angle of 335.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F3F66 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15963102-
CMYK00.600.360.38
HSL335.62º43.24%43.53%-
HSV(B)335.62º60.38%62.35%-
XYZ18.4711.8913.89-
YUV96.15131.3172.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=49.07%
G=19.44%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596310200.600.360.38335.6243.2443.53
Hex9F3F6603C24261502b2c
Octal2377714607444465205354
Binary1001111111111111001100111100100100100110101010000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,102); }

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

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

 a { background-color: rgb(159,63,102); }

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

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

 span { border-color: rgb(159,63,102); }

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