#9C3D69

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

Shades of Rouge #9C3D69

Tints of Rouge #9C3D69

Color information

#9C3D69 (or 0x9C3D69) is unknown color: approx Rouge. HEX triplet: 9C, 3D and 69. RGB value is (156,61,105). Sum of RGB (Red+Green+Blue) = 156+61+105=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3D69 is #63C296. Grayscale: #5E5E5E. Windows color (decimal): -6537879 or 6897052. OLE color: 6897052.

HSL color Cylindrical-coordinate representation of color #9C3D69: hue angle of 332.21º 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 #9C3D69 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15661105-
CMYK00.610.330.39
HSL332.21º43.78%42.55%-
HSV(B)332.21º60.9%61.18%-
XYZ17.9311.4314.62-
YUV94.42133.97171.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=48.45%
G=18.94%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566110500.610.330.39332.2143.7842.55
Hex9C3D6903D212714c2c2b
Octal2347515107541475145453
Binary1001110011110111010010111101100001100111101001100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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