#9D3960

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

Shades of Rouge #9D3960

Tints of Rouge #9D3960

Color information

#9D3960 (or 0x9D3960) is unknown color: approx Rouge. HEX triplet: 9D, 39 and 60. RGB value is (157,57,96). Sum of RGB (Red+Green+Blue) = 157+57+96=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3960 is #62C69F. Grayscale: #5B5B5B. Windows color (decimal): -6473376 or 6306205. OLE color: 6306205.

HSL color Cylindrical-coordinate representation of color #9D3960: hue angle of 336.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3960 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB1575796-
CMYK00.640.390.38
HSL336.6º46.73%41.96%-
HSV(B)336.6º63.69%61.57%-
XYZ17.4810.9412.26-
YUV91.35130.63174.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=50.65%
G=18.39%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157579600.640.390.38336.646.7341.96
Hex9D396004027261512f2a
Octal23571140010047465215752
Binary10011101111001110000001000000100111100110101010001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,96); }

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

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

 a { background-color: rgb(157,57,96); }

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

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

 span { border-color: rgb(157,57,96); }

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