#964079

Color #964079 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #964079

Tints of Rouge #964079

Color information

#964079 (or 0x964079) is unknown color: approx Rouge. HEX triplet: 96, 40 and 79. RGB value is (150,64,121). Sum of RGB (Red+Green+Blue) = 150+64+121=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964079 is #69BF86. Grayscale: #606060. Windows color (decimal): -6930311 or 7946390. OLE color: 7946390.

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

Color convert

RGB15064121-
CMYK00.570.190.41
HSL320.23º40.19%41.96%-
HSV(B)320.23º57.33%58.82%-
XYZ17.8611.5319.37-
YUV96.21141.99166.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=44.78%
G=19.10%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506412100.570.190.41320.2340.1941.96
Hex9640790391329140282a
Octal22610017107123515005052
Binary1001011010000001111001011100110011101001101000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964079; }

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

 H1.HeaderClassName
 {
   color: #964079;
 }
 .AnyTagClassName
 {
   color: #964079;
 }
</style>
background-color css

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

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

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

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

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

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