#9F466A

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

Shades of Rouge #9F466A

Tints of Rouge #9F466A

Color information

#9F466A (or 0x9F466A) is unknown color: approx Rouge. HEX triplet: 9F, 46 and 6A. RGB value is (159,70,106). Sum of RGB (Red+Green+Blue) = 159+70+106=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F466A is #60B995. Grayscale: #646464. Windows color (decimal): -6338966 or 6964895. OLE color: 6964895.

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

Color convert

RGB15970106-
CMYK00.560.330.38
HSL335.73º38.86%44.9%-
HSV(B)335.73º55.97%62.35%-
XYZ19.0912.7915.1-
YUV100.72130.99169.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=47.46%
G=20.90%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597010600.560.330.38335.7338.8644.9
Hex9F466A0382126150272d
Octal23710615207041465204755
Binary10011111100011011010100111000100001100110101010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,106); }

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

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

 a { background-color: rgb(159,70,106); }

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

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

 span { border-color: rgb(159,70,106); }

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