#96417A

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

Shades of Rouge #96417A

Tints of Rouge #96417A

Color information

#96417A (or 0x96417A) is unknown color: approx Rouge. HEX triplet: 96, 41 and 7A. RGB value is (150,65,122). Sum of RGB (Red+Green+Blue) = 150+65+122=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96417A is #69BE85. Grayscale: #606060. Windows color (decimal): -6930054 or 8012182. OLE color: 8012182.

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

Color convert

RGB15065122-
CMYK00.570.190.41
HSL319.76º39.53%42.16%-
HSV(B)319.76º56.67%58.82%-
XYZ17.9811.6719.72-
YUV96.91142.16165.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=44.51%
G=19.29%
B=36.20%

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
Decimal1506512200.570.190.41319.7639.5342.16
Hex96417A0391329140282a
Octal22610117207123515005052
Binary1001011010000011111010011100110011101001101000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96417A; }

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

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

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

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

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

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

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

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