#9F405F

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

Shades of Rouge #9F405F

Tints of Rouge #9F405F

Color information

#9F405F (or 0x9F405F) is unknown color: approx Rouge. HEX triplet: 9F, 40 and 5F. RGB value is (159,64,95). Sum of RGB (Red+Green+Blue) = 159+64+95=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F405F is #60BFA0. Grayscale: #5F5F5F. Windows color (decimal): -6340513 or 6242463. OLE color: 6242463.

HSL color Cylindrical-coordinate representation of color #9F405F: hue angle of 340.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F405F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1596495-
CMYK00.600.400.38
HSL340.42º42.6%43.73%-
HSV(B)340.42º59.75%62.35%-
XYZ18.211.8612.16-
YUV95.94127.47172.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=50%
G=20.13%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159649500.600.400.38340.4242.643.73
Hex9F405F03C28261542b2c
Octal23710013707450465245354
Binary10011111100000010111110111100101000100110101010100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,64,95); }

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

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

 a { background-color: rgb(159,64,95); }

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

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

 span { border-color: rgb(159,64,95); }

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