#9C4075

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

Shades of Rouge #9C4075

Tints of Rouge #9C4075

Color information

#9C4075 (or 0x9C4075) is unknown color: approx Rouge. HEX triplet: 9C, 40 and 75. RGB value is (156,64,117). Sum of RGB (Red+Green+Blue) = 156+64+117=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4075 is #63BF8A. Grayscale: #616161. Windows color (decimal): -6537099 or 7684252. OLE color: 7684252.

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

Color convert

RGB15664117-
CMYK00.590.250.39
HSL325.43º41.82%43.14%-
HSV(B)325.43º58.97%61.18%-
XYZ18.7512.0218.16-
YUV97.55138.98169.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=46.29%
G=18.99%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566411700.590.250.39325.4341.8243.14
Hex9C407503B19271452a2b
Octal23410016507331475055253
Binary1001110010000001110101011101111001100111101000101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,64,117); }

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

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

 a { background-color: rgb(156,64,117); }

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

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

 span { border-color: rgb(156,64,117); }

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