#9C3F6E

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

Shades of Rouge #9C3F6E

Tints of Rouge #9C3F6E

Color information

#9C3F6E (or 0x9C3F6E) is unknown color: approx Rouge. HEX triplet: 9C, 3F and 6E. RGB value is (156,63,110). Sum of RGB (Red+Green+Blue) = 156+63+110=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F6E is #63C091. Grayscale: #606060. Windows color (decimal): -6537362 or 7225244. OLE color: 7225244.

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

Color convert

RGB15663110-
CMYK00.600.290.39
HSL329.68º42.47%42.94%-
HSV(B)329.68º59.62%61.18%-
XYZ18.311.7516.05-
YUV96.16135.81170.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=47.42%
G=19.15%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566311000.600.290.39329.6842.4742.94
Hex9C3F6E03C1D2714a2a2b
Octal2347715607435475125253
Binary100111001111111101110011110011101100111101001010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,110); }

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

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

 a { background-color: rgb(156,63,110); }

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

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

 span { border-color: rgb(156,63,110); }

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