#9F3475

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

Shades of Rouge #9F3475

Tints of Rouge #9F3475

Color information

#9F3475 (or 0x9F3475) is unknown color: approx Rouge. HEX triplet: 9F, 34 and 75. RGB value is (159,52,117). Sum of RGB (Red+Green+Blue) = 159+52+117=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3475 is #60CB8A. Grayscale: #5B5B5B. Windows color (decimal): -6343563 or 7681183. OLE color: 7681183.

HSL color Cylindrical-coordinate representation of color #9F3475: hue angle of 323.55º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3475 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15952117-
CMYK00.670.260.38
HSL323.55º50.71%41.37%-
HSV(B)323.55º67.3%62.35%-
XYZ18.7411.1117.99-
YUV91.4142.45176.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.48%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=48.48%
G=15.85%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595211700.670.260.38323.5550.7141.37
Hex9F34750431A261443329
Octal23764165010332465046351
Binary1001111111010011101010100001111010100110101000100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,117); }

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

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

 a { background-color: rgb(159,52,117); }

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

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

 span { border-color: rgb(159,52,117); }

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