#963671

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

Shades of Rouge #963671

Tints of Rouge #963671

Color information

#963671 (or 0x963671) is unknown color: approx Rouge. HEX triplet: 96, 36 and 71. RGB value is (150,54,113). Sum of RGB (Red+Green+Blue) = 150+54+113=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #963671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963671 is #69C98E. Grayscale: #595959. Windows color (decimal): -6932879 or 7419542. OLE color: 7419542.

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

Color convert

RGB15054113-
CMYK00.640.250.41
HSL323.12º47.06%40%-
HSV(B)323.12º64%58.82%-
XYZ16.8810.3116.72-
YUV89.43141.3171.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=47.32%
G=17.03%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505411300.640.250.41323.1247.0640
Hex96367104019291432f28
Octal22666161010031515035750
Binary1001011011011011100010100000011001101001101000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963671; }

 p { color: rgb(150,54,113); }

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

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

 a { background-color: rgb(150,54,113); }

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

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

 span { border-color: rgb(150,54,113); }

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