#9C3B5E

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

Shades of Rouge #9C3B5E

Tints of Rouge #9C3B5E

Color information

#9C3B5E (or 0x9C3B5E) is unknown color: approx Rouge. HEX triplet: 9C, 3B and 5E. RGB value is (156,59,94). Sum of RGB (Red+Green+Blue) = 156+59+94=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3B5E is #63C4A1. Grayscale: #5B5B5B. Windows color (decimal): -6538402 or 6175644. OLE color: 6175644.

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

Color convert

RGB1565994-
CMYK00.620.400.39
HSL338.35º45.12%42.16%-
HSV(B)338.35º62.18%61.18%-
XYZ17.291111.8-
YUV91.99129.14173.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.49%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=50.49%
G=19.09%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156599400.620.400.39338.3545.1242.16
Hex9C3B5E03E28271522d2a
Octal2347313607650475225552
Binary1001110011101110111100111110101000100111101010010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,59,94); }

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

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

 a { background-color: rgb(156,59,94); }

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

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

 span { border-color: rgb(156,59,94); }

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