Html Css Color HEX #963E75 Rouge

📋 copy color: '#963E75'

red 150 ◦ green 62 ◦ blue 117

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

Shades of Rouge #963E75

Tints of Rouge #963E75

RGB

 RED value IS 150 (58.98% from 255) = 45.59%

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 45.59%
G = 18.84%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#963E75 (or 0x963E75) is known color: Rouge. HEX triplet: 96, 3E and 75. RGB value is (150,62,117). Sum of RGB (Red+Green+Blue) = 150+62+117=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #963E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963E75 is #69C18A. Grayscale: #5E5E5E. Windows color (decimal): -6930827 or 7683734. OLE color: 7683734.

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

Color convert

RGB 150 62 117 -
CMYK 0 0.59 0.22 0.41
HSL 322.5º 0.42% 0.42% -
HSV(B) 322.5º 0.59% 0.59% -
XYZ 17.51 11.21 18.07 -
YUV 94.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 150 62 117 0 0.59 0.22 0.41 322.5 0.42 0.42
Hex 96 3E 75 0 3B 16 29 142 2A 2A
Octal 226 76 165 0 73 26 51 502 52 52
Binary 10010110 111110 1110101 0 111011 10110 101001 101000010 101010 101010

Color Harmonies of #963E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E75

Black with #963E75

Text Example


Text Example

White with #963E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #963E75;
 }
 .AnyTagClassName
 {
   color: #963E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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