#9C3368

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

Shades of Rouge #9C3368

Tints of Rouge #9C3368

Color information

#9C3368 (or 0x9C3368) is unknown color: approx Rouge. HEX triplet: 9C, 33 and 68. RGB value is (156,51,104). Sum of RGB (Red+Green+Blue) = 156+51+104=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3368 is #63CC97. Grayscale: #585858. Windows color (decimal): -6540440 or 6828956. OLE color: 6828956.

HSL color Cylindrical-coordinate representation of color #9C3368: hue angle of 329.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3368 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15651104-
CMYK00.670.330.39
HSL329.71º50.72%40.59%-
HSV(B)329.71º67.31%61.18%-
XYZ17.3910.4414.19-
YUV88.44136.79176.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=50.16%
G=16.40%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565110400.670.330.39329.7150.7240.59
Hex9C3368043212714a3329
Octal23463150010341475126351
Binary10011100110011110100001000011100001100111101001010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,104); }

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

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

 a { background-color: rgb(156,51,104); }

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

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

 span { border-color: rgb(156,51,104); }

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