#9C366C

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

Shades of Rouge #9C366C

Tints of Rouge #9C366C

Color information

#9C366C (or 0x9C366C) is unknown color: approx Rouge. HEX triplet: 9C, 36 and 6C. RGB value is (156,54,108). Sum of RGB (Red+Green+Blue) = 156+54+108=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C366C is #63C993. Grayscale: #5A5A5A. Windows color (decimal): -6539668 or 7091868. OLE color: 7091868.

HSL color Cylindrical-coordinate representation of color #9C366C: hue angle of 328.24º 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 #9C366C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15654108-
CMYK00.650.310.39
HSL328.24º48.57%41.18%-
HSV(B)328.24º65.38%61.18%-
XYZ17.7410.7915.34-
YUV90.65137.79174.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=49.06%
G=16.98%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565410800.650.310.39328.2448.5741.18
Hex9C366C0411F271483129
Octal23466154010137475106151
Binary1001110011011011011000100000111111100111101001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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