#9B416F

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

Shades of Rouge #9B416F

Tints of Rouge #9B416F

Color information

#9B416F (or 0x9B416F) is unknown color: approx Rouge. HEX triplet: 9B, 41 and 6F. RGB value is (155,65,111). Sum of RGB (Red+Green+Blue) = 155+65+111=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416F is #64BE90. Grayscale: #616161. Windows color (decimal): -6602385 or 7291291. OLE color: 7291291.

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

Color convert

RGB15565111-
CMYK00.580.280.39
HSL329.33º40.91%43.14%-
HSV(B)329.33º58.06%60.78%-
XYZ18.2811.916.37-
YUV97.15135.82169.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=46.83%
G=19.64%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556511100.580.280.39329.3340.9143.14
Hex9B416F03A1C27149292b
Octal23310115707234475115153
Binary1001101110000011101111011101011100100111101001001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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