#9F4277

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

Shades of Rouge #9F4277

Tints of Rouge #9F4277

Color information

#9F4277 (or 0x9F4277) is unknown color: approx Rouge. HEX triplet: 9F, 42 and 77. RGB value is (159,66,119). Sum of RGB (Red+Green+Blue) = 159+66+119=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4277 is #60BD88. Grayscale: #636363. Windows color (decimal): -6339977 or 7815839. OLE color: 7815839.

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

Color convert

RGB15966119-
CMYK00.580.250.38
HSL325.81º41.33%44.12%-
HSV(B)325.81º58.49%62.35%-
XYZ19.5812.618.85-
YUV99.85138.81170.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 66 (26.17% from 255) = 19.19%
BLUE value IS 119 (46.88% from 255) = 34.59%
R=46.22%
G=19.19%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596611900.580.250.38325.8141.3344.12
Hex9F427703A1926146292c
Octal23710216707231465065154
Binary1001111110000101110111011101011001100110101000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,119); }

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

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

 a { background-color: rgb(159,66,119); }

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

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

 span { border-color: rgb(159,66,119); }

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