#9D4674

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

Shades of Rouge #9D4674

Tints of Rouge #9D4674

Color information

#9D4674 (or 0x9D4674) is unknown color: approx Rouge. HEX triplet: 9D, 46 and 74. RGB value is (157,70,116). Sum of RGB (Red+Green+Blue) = 157+70+116=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4674 is #62B98B. Grayscale: #656565. Windows color (decimal): -6470028 or 7620253. OLE color: 7620253.

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

Color convert

RGB15770116-
CMYK00.550.260.38
HSL328.28º38.33%44.51%-
HSV(B)328.28º55.41%61.57%-
XYZ19.2512.8117.98-
YUV101.26136.32167.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.77%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 116 (45.70% from 255) = 33.82%
R=45.77%
G=20.41%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577011600.550.260.38328.2838.3344.51
Hex9D46740371A26148262d
Octal23510616406732465104655
Binary1001110110001101110100011011111010100110101001000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,116); }

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

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

 a { background-color: rgb(157,70,116); }

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

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

 span { border-color: rgb(157,70,116); }

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