#9A3B64

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

Shades of Rouge #9A3B64

Tints of Rouge #9A3B64

Color information

#9A3B64 (or 0x9A3B64) is unknown color: approx Rouge. HEX triplet: 9A, 3B and 64. RGB value is (154,59,100). Sum of RGB (Red+Green+Blue) = 154+59+100=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3B64 is #65C49B. Grayscale: #5C5C5C. Windows color (decimal): -6669468 or 6568858. OLE color: 6568858.

HSL color Cylindrical-coordinate representation of color #9A3B64: hue angle of 334.11º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A3B64 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB15459100-
CMYK00.620.350.40
HSL334.11º44.6%41.76%-
HSV(B)334.11º61.69%60.39%-
XYZ17.1910.9213.26-
YUV92.08132.47172.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.20%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=49.20%
G=18.85%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545910000.620.350.40334.1144.641.76
Hex9A3B6403E232814e2d2a
Octal2327314407643505165552
Binary1001101011101111001000111110100011101000101001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A3B64; }

 p { color: rgb(154,59,100); }

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

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

 a { background-color: rgb(154,59,100); }

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

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

 span { border-color: rgb(154,59,100); }

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