Html Css Color HEX #964279 Rouge

📋 copy color: '#964279'

red 150 ◦ green 66 ◦ blue 121

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

Shades of Rouge #964279

Tints of Rouge #964279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.58%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 44.51%
G = 19.58%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#964279 (or 0x964279) is known color: Rouge. HEX triplet: 96, 42 and 79. RGB value is (150,66,121). Sum of RGB (Red+Green+Blue) = 150+66+121=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #964279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964279 is #69BD86. Grayscale: #616161. Windows color (decimal): -6929799 or 7946902. OLE color: 7946902.

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

Color convert

RGB 150 66 121 -
CMYK 0 0.56 0.19 0.41
HSL 320.71º 0.39% 0.42% -
HSV(B) 320.71º 0.56% 0.59% -
XYZ 17.98 11.76 19.41 -
YUV 97.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 150 66 121 0 0.56 0.19 0.41 320.71 0.39 0.42
Hex 96 42 79 0 38 13 29 141 27 2A
Octal 226 102 171 0 70 23 51 501 47 52
Binary 10010110 1000010 1111001 0 111000 10011 101001 101000001 100111 101010

Color Harmonies of #964279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964279

Black with #964279

Text Example


Text Example

White with #964279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964279; }

 p { color: rgb(150,66,121); }

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

background-color css

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

 a { background-color: rgb(150,66,121); }

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

border-color css

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

 span { border-color: rgb(150,66,121); }

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