Html Css Color HEX #964177 Rouge

📋 copy color: '#964177'

red 150 ◦ green 65 ◦ blue 119

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

Shades of Rouge #964177

Tints of Rouge #964177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 44.91%
G = 19.46%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#964177 (or 0x964177) is known color: Rouge. HEX triplet: 96, 41 and 77. RGB value is (150,65,119). Sum of RGB (Red+Green+Blue) = 150+65+119=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964177 is #69BE88. Grayscale: #606060. Windows color (decimal): -6930057 or 7815574. OLE color: 7815574.

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

Color convert

RGB 150 65 119 -
CMYK 0 0.57 0.21 0.41
HSL 321.88º 0.4% 0.42% -
HSV(B) 321.88º 0.57% 0.59% -
XYZ 17.8 11.6 18.75 -
YUV 96.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 150 65 119 0 0.57 0.21 0.41 321.88 0.4 0.42
Hex 96 41 77 0 39 15 29 142 28 2A
Octal 226 101 167 0 71 25 51 502 50 52
Binary 10010110 1000001 1110111 0 111001 10101 101001 101000010 101000 101010

Color Harmonies of #964177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964177

Black with #964177

Text Example


Text Example

White with #964177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964177; }

 p { color: rgb(150,65,119); }

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

background-color css

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

 a { background-color: rgb(150,65,119); }

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

border-color css

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

 span { border-color: rgb(150,65,119); }

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