#9C316F

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

Shades of Rouge #9C316F

Tints of Rouge #9C316F

Color information

#9C316F (or 0x9C316F) is unknown color: approx Rouge. HEX triplet: 9C, 31 and 6F. RGB value is (156,49,111). Sum of RGB (Red+Green+Blue) = 156+49+111=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C316F is #63CE90. Grayscale: #575757. Windows color (decimal): -6540945 or 7287196. OLE color: 7287196.

HSL color Cylindrical-coordinate representation of color #9C316F: hue angle of 325.23º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C316F is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15649111-
CMYK00.690.290.39
HSL325.23º52.2%40.2%-
HSV(B)325.23º68.59%61.18%-
XYZ17.6810.4116.12-
YUV88.06140.95176.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=49.37%
G=15.51%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564911100.690.290.39325.2352.240.2
Hex9C316F0451D271453428
Octal23461157010535475056450
Binary1001110011000111011110100010111101100111101000101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,111); }

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

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

 a { background-color: rgb(156,49,111); }

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

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

 span { border-color: rgb(156,49,111); }

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