#9D3F79

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

Shades of Rouge #9D3F79

Tints of Rouge #9D3F79

Color information

#9D3F79 (or 0x9D3F79) is unknown color: approx Rouge. HEX triplet: 9D, 3F and 79. RGB value is (157,63,121). Sum of RGB (Red+Green+Blue) = 157+63+121=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F79 is #62C086. Grayscale: #616161. Windows color (decimal): -6471815 or 7946141. OLE color: 7946141.

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

Color convert

RGB15763121-
CMYK00.600.230.38
HSL322.98º42.73%43.14%-
HSV(B)322.98º59.87%61.57%-
XYZ19.1312.119.42-
YUV97.72141.14170.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 63 (25% from 255) = 18.48%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=46.04%
G=18.48%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576312100.600.230.38322.9842.7343.14
Hex9D3F7903C17261432b2b
Octal2357717107427465035353
Binary100111011111111111001011110010111100110101000011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,121); }

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

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

 a { background-color: rgb(157,63,121); }

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

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

 span { border-color: rgb(157,63,121); }

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