Html Css Color HEX #964076 Rouge

📋 copy color: '#964076'

red 150 ◦ green 64 ◦ blue 118

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

Shades of Rouge #964076

Tints of Rouge #964076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 45.18%
G = 19.28%
B = 35.54%

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

#964076 (or 0x964076) is known color: Rouge. HEX triplet: 96, 40 and 76. RGB value is (150,64,118). Sum of RGB (Red+Green+Blue) = 150+64+118=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #964076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964076 is #69BF89. Grayscale: #5F5F5F. Windows color (decimal): -6930314 or 7749782. OLE color: 7749782.

HSL color Cylindrical-coordinate representation of color #964076: hue angle of 322.33º 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 #964076 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 64 118 -
CMYK 0 0.57 0.21 0.41
HSL 322.33º 0.4% 0.42% -
HSV(B) 322.33º 0.57% 0.59% -
XYZ 17.68 11.46 18.42 -
YUV 95.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 150 64 118 0 0.57 0.21 0.41 322.33 0.4 0.42
Hex 96 40 76 0 39 15 29 142 28 2A
Octal 226 100 166 0 71 25 51 502 50 52
Binary 10010110 1000000 1110110 0 111001 10101 101001 101000010 101000 101010

Color Harmonies of #964076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964076

Black with #964076

Text Example


Text Example

White with #964076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964076; }

 p { color: rgb(150,64,118); }

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

background-color css

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

 a { background-color: rgb(150,64,118); }

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

border-color css

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

 span { border-color: rgb(150,64,118); }

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