#964178

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

Shades of Rouge #964178

Tints of Rouge #964178

Color information

#964178 (or 0x964178) is unknown color: approx Rouge. HEX triplet: 96, 41 and 78. RGB value is (150,65,120). Sum of RGB (Red+Green+Blue) = 150+65+120=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964178 is #69BE87. Grayscale: #606060. Windows color (decimal): -6930056 or 7881110. OLE color: 7881110.

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

Color convert

RGB15065120-
CMYK00.570.200.41
HSL321.18º39.53%42.16%-
HSV(B)321.18º56.67%58.82%-
XYZ17.8611.6219.07-
YUV96.68141.16166.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=44.78%
G=19.40%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506512000.570.200.41321.1839.5342.16
Hex9641780391429141282a
Octal22610117007124515015052
Binary1001011010000011111000011100110100101001101000001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964178; }

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

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

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

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

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

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

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

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