#9D416F

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

Shades of Rouge #9D416F

Tints of Rouge #9D416F

Color information

#9D416F (or 0x9D416F) is unknown color: approx Rouge. HEX triplet: 9D, 41 and 6F. RGB value is (157,65,111). Sum of RGB (Red+Green+Blue) = 157+65+111=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D416F is #62BE90. Grayscale: #616161. Windows color (decimal): -6471313 or 7291293. OLE color: 7291293.

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

Color convert

RGB15765111-
CMYK00.590.290.38
HSL330º41.44%43.53%-
HSV(B)330º58.6%61.57%-
XYZ18.6612.116.39-
YUV97.75135.48170.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=47.15%
G=19.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576511100.590.290.3833041.4443.53
Hex9D416F03B1D2614a292c
Octal23510115707335465125154
Binary1001110110000011101111011101111101100110101001010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,111); }

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

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

 a { background-color: rgb(157,65,111); }

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

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

 span { border-color: rgb(157,65,111); }

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