#9B416B

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

Shades of Rouge #9B416B

Tints of Rouge #9B416B

Color information

#9B416B (or 0x9B416B) is unknown color: approx Rouge. HEX triplet: 9B, 41 and 6B. RGB value is (155,65,107). Sum of RGB (Red+Green+Blue) = 155+65+107=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416B is #64BE94. Grayscale: #606060. Windows color (decimal): -6602389 or 7029147. OLE color: 7029147.

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

Color convert

RGB15565107-
CMYK00.580.310.39
HSL332º40.91%43.14%-
HSV(B)332º58.06%60.78%-
XYZ18.0611.8115.24-
YUV96.7133.82169.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=47.40%
G=19.88%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556510700.580.310.3933240.9143.14
Hex9B416B03A1F2714c292b
Octal23310115307237475145153
Binary1001101110000011101011011101011111100111101001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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