#9F4272

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

Shades of Rouge #9F4272

Tints of Rouge #9F4272

Color information

#9F4272 (or 0x9F4272) is unknown color: approx Rouge. HEX triplet: 9F, 42 and 72. RGB value is (159,66,114). Sum of RGB (Red+Green+Blue) = 159+66+114=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4272 is #60BD8D. Grayscale: #636363. Windows color (decimal): -6339982 or 7488159. OLE color: 7488159.

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

Color convert

RGB15966114-
CMYK00.580.280.38
HSL329.03º41.33%44.12%-
HSV(B)329.03º58.49%62.35%-
XYZ19.2812.4817.31-
YUV99.28136.31170.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=46.90%
G=19.47%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596611400.580.280.38329.0341.3344.12
Hex9F427203A1C26149292c
Octal23710216207234465115154
Binary1001111110000101110010011101011100100110101001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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