#9F4270

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

Shades of Rouge #9F4270

Tints of Rouge #9F4270

Color information

#9F4270 (or 0x9F4270) is unknown color: approx Rouge. HEX triplet: 9F, 42 and 70. RGB value is (159,66,112). Sum of RGB (Red+Green+Blue) = 159+66+112=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4270 is #60BD8F. Grayscale: #626262. Windows color (decimal): -6339984 or 7357087. OLE color: 7357087.

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

Color convert

RGB15966112-
CMYK00.580.300.38
HSL330.32º41.33%44.12%-
HSV(B)330.32º58.49%62.35%-
XYZ19.1712.4416.72-
YUV99.05135.31170.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=47.18%
G=19.58%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596611200.580.300.38330.3241.3344.12
Hex9F427003A1E2614a292c
Octal23710216007236465125154
Binary1001111110000101110000011101011110100110101001010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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