#9B416C

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

Shades of Rouge #9B416C

Tints of Rouge #9B416C

Color information

#9B416C (or 0x9B416C) is unknown color: approx Rouge. HEX triplet: 9B, 41 and 6C. RGB value is (155,65,108). Sum of RGB (Red+Green+Blue) = 155+65+108=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416C is #64BE93. Grayscale: #606060. Windows color (decimal): -6602388 or 7094683. OLE color: 7094683.

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

Color convert

RGB15565108-
CMYK00.580.300.39
HSL331.33º40.91%43.14%-
HSV(B)331.33º58.06%60.78%-
XYZ18.1111.8315.52-
YUV96.81134.32169.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=47.26%
G=19.82%
B=32.93%

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
Decimal1556510800.580.300.39331.3340.9143.14
Hex9B416C03A1E2714b292b
Octal23310115407236475135153
Binary1001101110000011101100011101011110100111101001011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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