#9D3668

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

Shades of Rouge #9D3668

Tints of Rouge #9D3668

Color information

#9D3668 (or 0x9D3668) is unknown color: approx Rouge. HEX triplet: 9D, 36 and 68. RGB value is (157,54,104). Sum of RGB (Red+Green+Blue) = 157+54+104=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3668 is #62C997. Grayscale: #5A5A5A. Windows color (decimal): -6474136 or 6829725. OLE color: 6829725.

HSL color Cylindrical-coordinate representation of color #9D3668: hue angle of 330.87º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3668 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15754104-
CMYK00.660.340.38
HSL330.87º48.82%41.37%-
HSV(B)330.87º65.61%61.57%-
XYZ17.7210.8114.25-
YUV90.5135.62175.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=49.84%
G=17.14%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575410400.660.340.38330.8748.8241.37
Hex9D3668042222614b3129
Octal23566150010242465136151
Binary10011101110110110100001000010100010100110101001011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,54,104); }

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

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

 a { background-color: rgb(157,54,104); }

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

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

 span { border-color: rgb(157,54,104); }

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