#9C3670

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

Shades of Rouge #9C3670

Tints of Rouge #9C3670

Color information

#9C3670 (or 0x9C3670) is unknown color: approx Rouge. HEX triplet: 9C, 36 and 70. RGB value is (156,54,112). Sum of RGB (Red+Green+Blue) = 156+54+112=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3670 is #63C98F. Grayscale: #5A5A5A. Windows color (decimal): -6539664 or 7354012. OLE color: 7354012.

HSL color Cylindrical-coordinate representation of color #9C3670: hue angle of 325.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3670 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15654112-
CMYK00.650.280.39
HSL325.88º48.57%41.18%-
HSV(B)325.88º65.38%61.18%-
XYZ17.9510.8816.48-
YUV91.11139.79174.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=48.45%
G=16.77%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565411200.650.280.39325.8848.5741.18
Hex9C36700411C271463129
Octal23466160010134475066151
Binary1001110011011011100000100000111100100111101000110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,112); }

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

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

 a { background-color: rgb(156,54,112); }

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

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

 span { border-color: rgb(156,54,112); }

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