#963772

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

Shades of Rouge #963772

Tints of Rouge #963772

Color information

#963772 (or 0x963772) is unknown color: approx Rouge. HEX triplet: 96, 37 and 72. RGB value is (150,55,114). Sum of RGB (Red+Green+Blue) = 150+55+114=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #963772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963772 is #69C88D. Grayscale: #595959. Windows color (decimal): -6932622 or 7485334. OLE color: 7485334.

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

Color convert

RGB15055114-
CMYK00.630.240.41
HSL322.74º46.34%40.2%-
HSV(B)322.74º63.33%58.82%-
XYZ16.9810.4317.04-
YUV90.13141.47170.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=47.02%
G=17.24%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505511400.630.240.41322.7446.3440.2
Hex96377203F18291432e28
Octal2266716207730515035650
Binary100101101101111110010011111111000101001101000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963772; }

 p { color: rgb(150,55,114); }

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

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

 a { background-color: rgb(150,55,114); }

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

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

 span { border-color: rgb(150,55,114); }

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