#963f75

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

Shades of Rouge #963F75

Tints of Rouge #963F75

Color information

#963F75 (or 0x963F75) is unknown color: approx Rouge. HEX triplet: 96, 3F and 75. RGB value is (150,63,117). Sum of RGB (Red+Green+Blue) = 150+63+117=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #963F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F75 is #69C08A. Grayscale: #5F5F5F. Windows color (decimal): -6930571 or 7683990. OLE color: 7683990.

HSL color Cylindrical-coordinate representation of color #963F75: hue angle of 322.76º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F75 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15063117-
CMYK00.580.220.41
HSL322.76º40.85%41.76%-
HSV(B)322.76º58%58.82%-
XYZ17.5711.3218.09-
YUV95.17140.32167.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=45.45%
G=19.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506311700.580.220.41322.7640.8541.76
Hex963F7503A1629143292a
Octal2267716507226515035152
Binary100101101111111110101011101010110101001101000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963f75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963f75; }

 p { color: rgb(150,63,117); }

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

<style>
 a { background-color: #963f75; }

 a { background-color: rgb(150,63,117); }

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

<style>
 span { border-color: #963f75; }

 span { border-color: rgb(150,63,117); }

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