#9B406B

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

Shades of Rouge #9B406B

Tints of Rouge #9B406B

Color information

#9B406B (or 0x9B406B) is unknown color: approx Rouge. HEX triplet: 9B, 40 and 6B. RGB value is (155,64,107). Sum of RGB (Red+Green+Blue) = 155+64+107=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B406B is #64BF94. Grayscale: #606060. Windows color (decimal): -6602645 or 7028891. OLE color: 7028891.

HSL color Cylindrical-coordinate representation of color #9B406B: hue angle of 331.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B406B is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15564107-
CMYK00.590.310.39
HSL331.65º41.55%42.94%-
HSV(B)331.65º58.71%60.78%-
XYZ1811.715.22-
YUV96.11134.15170-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=47.55%
G=19.63%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556410700.590.310.39331.6541.5542.94
Hex9B406B03B1F2714c2a2b
Octal23310015307337475145253
Binary1001101110000001101011011101111111100111101001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,107); }

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

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

 a { background-color: rgb(155,64,107); }

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

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

 span { border-color: rgb(155,64,107); }

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