#9D4167

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

Shades of Rouge #9D4167

Tints of Rouge #9D4167

Color information

#9D4167 (or 0x9D4167) is unknown color: approx Rouge. HEX triplet: 9D, 41 and 67. RGB value is (157,65,103). Sum of RGB (Red+Green+Blue) = 157+65+103=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4167 is #62BE98. Grayscale: #606060. Windows color (decimal): -6471321 or 6767005. OLE color: 6767005.

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

Color convert

RGB15765103-
CMYK00.590.340.38
HSL335.22º41.44%43.53%-
HSV(B)335.22º58.6%61.57%-
XYZ18.2411.9314.17-
YUV96.84131.48170.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 103 (40.62% from 255) = 31.69%
R=48.31%
G=20%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576510300.590.340.38335.2241.4443.53
Hex9D416703B222614f292c
Octal23510114707342465175154
Binary10011101100000111001110111011100010100110101001111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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