#9D3F63

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

Shades of Rouge #9D3F63

Tints of Rouge #9D3F63

Color information

#9D3F63 (or 0x9D3F63) is unknown color: approx Rouge. HEX triplet: 9D, 3F and 63. RGB value is (157,63,99). Sum of RGB (Red+Green+Blue) = 157+63+99=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F63 is #62C09C. Grayscale: #5F5F5F. Windows color (decimal): -6471837 or 6504349. OLE color: 6504349.

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

Color convert

RGB1576399-
CMYK00.600.370.38
HSL337.02º42.73%43.14%-
HSV(B)337.02º59.87%61.57%-
XYZ17.9311.6213.1-
YUV95.21130.14172.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.22%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=49.22%
G=19.75%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157639900.600.370.38337.0242.7343.14
Hex9D3F6303C25261512b2b
Octal2357714307445465215353
Binary1001110111111111000110111100100101100110101010001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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