#9C3F6B

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

Shades of Rouge #9C3F6B

Tints of Rouge #9C3F6B

Color information

#9C3F6B (or 0x9C3F6B) is unknown color: approx Rouge. HEX triplet: 9C, 3F and 6B. RGB value is (156,63,107). Sum of RGB (Red+Green+Blue) = 156+63+107=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3F6B is #63C094. Grayscale: #5F5F5F. Windows color (decimal): -6537365 or 7028636. OLE color: 7028636.

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

Color convert

RGB15663107-
CMYK00.600.310.39
HSL331.61º42.47%42.94%-
HSV(B)331.61º59.62%61.18%-
XYZ18.1411.6815.21-
YUV95.82134.31170.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=47.85%
G=19.33%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566310700.600.310.39331.6142.4742.94
Hex9C3F6B03C1F2714c2a2b
Octal2347715307437475145253
Binary100111001111111101011011110011111100111101001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,107); }

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

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

 a { background-color: rgb(156,63,107); }

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

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

 span { border-color: rgb(156,63,107); }

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