#9C3D67

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

Shades of Rouge #9C3D67

Tints of Rouge #9C3D67

Color information

#9C3D67 (or 0x9C3D67) is unknown color: approx Rouge. HEX triplet: 9C, 3D and 67. RGB value is (156,61,103). Sum of RGB (Red+Green+Blue) = 156+61+103=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3D67 is #63C298. Grayscale: #5E5E5E. Windows color (decimal): -6537881 or 6765980. OLE color: 6765980.

HSL color Cylindrical-coordinate representation of color #9C3D67: hue angle of 333.47º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C3D67 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15661103-
CMYK00.610.340.39
HSL333.47º43.78%42.55%-
HSV(B)333.47º60.9%61.18%-
XYZ17.8311.3814.09-
YUV94.19132.97172.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=48.75%
G=19.06%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566110300.610.340.39333.4743.7842.55
Hex9C3D6703D222714d2c2b
Octal2347514707542475155453
Binary1001110011110111001110111101100010100111101001101101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,103); }

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

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

 a { background-color: rgb(156,61,103); }

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

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

 span { border-color: rgb(156,61,103); }

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