Html Css Color HEX #963F75 Rouge

📋 copy color: '#963F75'

red 150 ◦ green 63 ◦ blue 117

#963F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #963F75

Tints of Rouge #963F75

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 value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#963F75 (or 0x963F75) is known color: 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

RGB 150 63 117 -
CMYK 0 0.58 0.22 0.41
HSL 322.76º 0.41% 0.42% -
HSV(B) 322.76º 0.58% 0.59% -
XYZ 17.57 11.32 18.09 -
YUV 95.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 150 63 117 0 0.58 0.22 0.41 322.76 0.41 0.42
Hex 96 3F 75 0 3A 16 29 143 29 2A
Octal 226 77 165 0 72 26 51 503 51 52
Binary 10010110 111111 1110101 0 111010 10110 101001 101000011 101001 101010

Color Harmonies of #963F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F75

Black with #963F75

Text Example


Text Example

White with #963F75

Text Example


Text Example

HTML Codes & Css Web 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>