#9B416D

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

Shades of Rouge #9B416D

Tints of Rouge #9B416D

Color information

#9B416D (or 0x9B416D) is unknown color: approx Rouge. HEX triplet: 9B, 41 and 6D. RGB value is (155,65,109). Sum of RGB (Red+Green+Blue) = 155+65+109=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416D is #64BE92. Grayscale: #606060. Windows color (decimal): -6602387 or 7160219. OLE color: 7160219.

HSL color Cylindrical-coordinate representation of color #9B416D: hue angle of 330.67º 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 #9B416D is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15565109-
CMYK00.580.300.39
HSL330.67º40.91%43.14%-
HSV(B)330.67º58.06%60.78%-
XYZ18.1711.8515.8-
YUV96.93134.82169.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=47.11%
G=19.76%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556510900.580.300.39330.6740.9143.14
Hex9B416D03A1E2714b292b
Octal23310115507236475135153
Binary1001101110000011101101011101011110100111101001011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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